mirror of
https://github.com/selfxyz/self.git
synced 2026-04-27 03:01:15 -04:00
fix iOS build crash
- remove react-native-reanimated - update tamagui to latest version
This commit is contained in:
@@ -2,6 +2,5 @@ module.exports = {
|
||||
presets: ['module:metro-react-native-babel-preset'],
|
||||
plugins: [
|
||||
["@babel/plugin-transform-private-methods", { "loose": true }],
|
||||
'react-native-reanimated/plugin',
|
||||
],
|
||||
};
|
||||
|
||||
@@ -12,10 +12,10 @@
|
||||
"dependencies": {
|
||||
"@babel/plugin-transform-private-methods": "^7.23.3",
|
||||
"@ethersproject/shims": "^5.7.0",
|
||||
"@tamagui/config": "^1.89.20",
|
||||
"@tamagui/core": "^1.89.20",
|
||||
"@tamagui/lucide-icons": "^1.89.20",
|
||||
"@tamagui/types": "^1.89.20",
|
||||
"@tamagui/config": "^1.90.1",
|
||||
"@tamagui/core": "^1.90.1",
|
||||
"@tamagui/lucide-icons": "^1.90.1",
|
||||
"@tamagui/types": "^1.90.1",
|
||||
"axios": "^1.6.3",
|
||||
"body-parser": "^1.20.2",
|
||||
"buffer": "^6.0.3",
|
||||
@@ -29,10 +29,9 @@
|
||||
"react-native": "0.72.3",
|
||||
"react-native-canvas": "^0.1.39",
|
||||
"react-native-passport-reader": "^1.0.3",
|
||||
"react-native-reanimated": "^3.7.0",
|
||||
"react-native-svg": "13.4.0",
|
||||
"react-native-toast-message": "^2.2.0",
|
||||
"tamagui": "^1.89.20"
|
||||
"tamagui": "^1.90.1"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@babel/core": "^7.20.0",
|
||||
|
||||
1629
app/yarn.lock
1629
app/yarn.lock
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user