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

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