Instant crash on Android via Expo Go

I’ve run into a problem in a git branch I’m working on. When I load the app in Expo Go in Android on either of my devices, it instantly crashes both Expo Go and the Expo Go instance itself, once it has finished download the latest JS bundle.

I don’t get any errors or other feedback in the Expo CLI. It all just silently disappears. Is there some way to figure out what’s going wrong?

Hey @pipedreambomb, reading the native device logs would be a good place to start. We have some docs on how to do this depending on the platform/type: Viewing logs - Expo Documentation

Cheers,
Adam

1 Like

In addition to what Adam said, you could perhaps try using git bisect to track down the commit that broke it.