Expo can run on the web but always loading on devices

In my project, I use the expo to create a PWA, it can run on the web, but when I run on devices(android and ios), it always loading, I tried to run on a simulator, it showed loading bundles 100%, but quick automatically quit to the home screen, and I can’t get the error messages because there is no error in console. Anyone ever come across this? Help!

Hey @xiaoqing,

Can you share your app.json as well as run expo diagnostics and share whats printed out here? One other thing, can you see if this happens with a new project or if it’s specific to your current project?

Cheers,
Adam

I’ve created a new simple expo app and I found what happens to my project, the app always loading because the react-native SDK in app.json and package.json isn’t the same version. Thank you~

I’ve created a new simple expo app and I found what happens to my project, the app always loading because the version of react-native SDK in app.json and package.json wasn’t the same. Thank you~