update expo to ~51.0.8. This version seems to solve the crashing on navigation issue
Showing
... | @@ -20,7 +20,7 @@ | ... | @@ -20,7 +20,7 @@ |
"@shopify/restyle": "^2.4.4", | "@shopify/restyle": "^2.4.4", | ||
"@tanstack/react-query": "^5.35.1", | "@tanstack/react-query": "^5.35.1", | ||
"axios": "^1.6.8", | "axios": "^1.6.8", | ||
"expo": "^51.0.5", | "expo": "~51.0.8", | ||
"expo-status-bar": "~1.12.1", | "expo-status-bar": "~1.12.1", | ||
"react": "18.2.0", | "react": "18.2.0", | ||
"react-native": "0.74.1", | "react-native": "0.74.1", | ||
... | ... |
Please
register
or
sign in
to comment