Commit 96a9e168 by G

had to downgrade all the fix expo did because navigation was breaking all around…

had to downgrade all the fix expo did because navigation was breaking all around causing app to crash.
parent 6e46d04b
......@@ -4,7 +4,6 @@
"main": "node_modules/expo/AppEntry.js",
"scripts": {
"start": "npx expo start",
"clean-start": "rm -rf node_modules && yarn install && rm -rf $TMPDIR/react* && yarn start --reset-cache",
"android": "npx expo start --android",
"ios": "npx expo start --ios",
"web": "npx expo start --web",
......@@ -20,13 +19,12 @@
"@shopify/restyle": "^2.4.4",
"@tanstack/react-query": "^5.35.1",
"axios": "^1.6.8",
"expo": "^51.0.0",
"expo-status-bar": "~1.12.1",
"prop-types": "^15.8.1",
"expo": "~50.0.14",
"expo-status-bar": "~1.11.1",
"react": "18.2.0",
"react-native": "0.74.1",
"react-native-safe-area-context": "4.10.1",
"react-native-screens": "3.31.1"
"react-native": "0.73.6",
"react-native-safe-area-context": "4.8.2",
"react-native-screens": "~3.29.0"
},
"devDependencies": {
"@babel/core": "^7.20.0",
......@@ -34,7 +32,7 @@
"@types/react": "~18.2.45",
"husky": "^9.0.11",
"lint-staged": "^15.2.2",
"typescript": "~5.3.3"
"typescript": "^5.1.3"
},
"private": true
}
This source diff could not be displayed because it is too large. You can view the blob instead.
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment