Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Updated dependencies to make it work (again) #63

Open
franks42 opened this issue Jul 7, 2024 · 0 comments
Open

Updated dependencies to make it work (again) #63

franks42 opened this issue Jul 7, 2024 · 0 comments

Comments

@franks42
Copy link

franks42 commented Jul 7, 2024

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"
},

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant