Expo Go keeps stopping

when i scan the QR code the app was closed automatically.

Maybe related? Getting 'java.lang.NullPointerException' after opening a blank project created by 'expo init' - #2 by pjk

Already worked project. Nothing changed . just give npm install and expo go app updated after that not working

If it’s happening after scanning the QR code, it’s possible there’s something in your JS code causing the crash. Can you run adb logcat and search for “fatal”?

Turns out this may have been an issue on our end- can you try reinstalling Expo Go by connecting your device and running expo client:install:android from your project directory? This new version should have the fix