-
Notifications
You must be signed in to change notification settings - Fork 1.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Splash Stays on the screen #574
Comments
Put |
same here, just started happening this morning, and it was working fine before now. |
On iOS it helped. For us, it this show line was few lines above, then app never started, when it was absolutely the last line, then it opened. |
Yup, that did it for me as well! |
@lifwanian I have the exact same issue on android release varient, debug works fine. where to find "return YES;" ? not sure where to add the line "[RNSplashScreen show];" |
@ilyakar Where Should I Put the above line ? |
any update on that? |
Is index.js the correct place to put the hide method? Mine is in my App.tsx, perhaps try your app.js/tsx file , I also just used a useEffect |
same issue on android |
same here
|
/////#### I got mine fixed by reverting the changes, so yeah upgrading gradle wasn't a good idea ####////// same issue: "react-native": "0.66.5",
and my gradle it was working fine before these changes i upgraded my gradle from 6.9 to 7.3.3 a week agoand ### did the following changes too: see in picture |
Has anyone encountered the same problem as me |
I added I called the But the app is not even starting, so it is not able to read the It's completely stuck when the splash appears. Any Solution?. |
solved here -> #637 |
Splash stays on the screen i.e it doesn't let the component render
Started happening only after the version upgrade of react-native from 63 to 68
Version:
Specifically happening on Android
Activity
Index.js
The text was updated successfully, but these errors were encountered: