|
|
@@ -5,8 +5,8 @@
|
|
|
"scripts": {
|
|
|
"start": "expo start",
|
|
|
"reset-project": "node ./scripts/reset-project.js",
|
|
|
- "android": "expo start --android",
|
|
|
- "ios": "expo start --ios",
|
|
|
+ "android": "expo run:android",
|
|
|
+ "ios": "expo run:ios",
|
|
|
"web": "expo start --web",
|
|
|
"lint": "expo lint"
|
|
|
},
|
|
|
@@ -41,7 +41,7 @@
|
|
|
"react-native-reanimated": "~4.1.1",
|
|
|
"react-native-safe-area-context": "~5.6.0",
|
|
|
"react-native-screens": "~4.16.0",
|
|
|
- "react-native-svg": "^13.4.0",
|
|
|
+ "react-native-svg": "^15.15.1",
|
|
|
"react-native-web": "~0.21.0",
|
|
|
"react-native-webview": "^13.16.0",
|
|
|
"react-native-worklets": "0.5.1"
|