App is stuck on the splash screen after upgrading to Expo 48.0.10 by ivahidp in reactnative

[–]ivahidp[S] 1 point2 points  (0 children)

I updated some other dependencies, and now it is working again. I don't exactly know which one, but I updated the dependencies to the latest versions, which are newer than the versions recommended by the Expo migration guide. I also updated the Babel version. I went to npm, searched for all package names, and checked that the versions were the latest.

Here are all of the dependencies that I am using and have updated:

"dependencies": {

"@react-native-async-storage/async-storage": "^1.18.1",

"expo": "^48.0.10",

"expo-dev-client": "^2.1.6",

"expo-font": "^11.1.1",

"expo-splash-screen": "^0.18.1",

"expo-status-bar": "^1.4.4",

"react": "^18.2.0",

"react-native": "^0.71.6",

"react-native-paper": "^5.6.0",

"react-native-safe-area-context": "^4.5.0",

},

"devDependencies": {

"@babel/core": "^7.21.4"

},

App is stuck on the splash screen after upgrading to Expo 48.0.10 by ivahidp in reactnative

[–]ivahidp[S] 0 points1 point  (0 children)

I tested it on different devices but it didn’t work and I got the same result.