I have just finished my first android app using react-native v0.69.6, I have used eas to generate an APK file, which is stuck on the splash screen. I have also created a new bar-bones project and build an APK file but the same issue.
Asked
Active
Viewed 707 times
0
-
Do you remember if you resolved this? Can you please share? I have the same issue – Canutza Mar 23 '23 at 19:25
1 Answers
0
There could be hundred of reasons why it's stuck there.
First of all make sure to read carefully all the doc: https://docs.expo.dev/versions/latest/sdk/splash-screen/
If still doesn't work, try to add Sentry to your Expo app, so you can catch some errors that may be blocking it. https://docs.expo.dev/guides/using-sentry/

Broda Noel
- 1,760
- 1
- 19
- 38
-
thank you for your respone, I have created a bare-bone app and used expo build:android and works just fine I think it's eas issue. – Kada Guetouache Nov 03 '22 at 17:01