App Crash When Using EAS Build

I using the EAS Build the apk and download to my device , when I try to login my app will crash in the splash screen

481c303778c709b2c42d26024bea9917f0801ef5_2_250x500

I try using the Android Studio to debug the apk file that show below error message

How to fix this issue ? Has anyone encountered the same problem as me?

This indicates that some kind of JavaScript error is happening within the initial render of your app. You may be able to simulate this in local development with npx expo start --no-dev. In looks like perhaps a progress bar is involved? You could try removing such code (and perhaps all useEffect hooks in top-level components) temporarily to see if it renders.

1 Like