You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Great template project!
Unfortunately, I also ran into dependency issues before it worked.
The expo runtime on iOS had changed (?).
The following versions in package.json "seem" to work - note that expo-cli is removed (npm always scares me... yuk):
Great template project!
Unfortunately, I also ran into dependency issues before it worked.
The expo runtime on iOS had changed (?).
The following versions in package.json "seem" to work - note that expo-cli is removed (npm always scares me... yuk):
"dependencies": {
"@react-native/assets-registry": "^0.74.85",
"@react-navigation/native": "^6.1.6",
"@react-navigation/native-stack": "^6.9.12",
"create-react-class": "^15.7.0",
"expo": "^51.0.18",
"expo-status-bar": "^1.12.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-native": "0.74.3",
"react-native-safe-area-context": "4.10.1",
"react-native-screens": "~3.31.1",
"react-native-web": "^0.19.10"
},
"devDependencies": {
"shadow-cljs": "^2.28.10"
},
The text was updated successfully, but these errors were encountered: