React-native app crashed on iOS after launching first time because of RNSplashScreen
See original GitHub issueRun react-native info
in your project and share the content.
What react-native-splash-screen
version are you using?
What platform does your issue occur on? (Android/iOS/Both)
Describe your issue as precisely as possible :
- Steps to reproduce the issue or to explain in which case you get the issue
- Interesting
logs
Join a screenshot or video of the problem on the simulator or device?
Show us the code you are using?
Issue Analytics
- State:
- Created 3 years ago
- Comments:7
Top Results From Across the Web
React Native: IOS app crashing at splash screen after ...
After upgrading I ran react-native run-ios again. The IOS app built successfully but when I click on the app in iPhone 11 (IOS...
Read more >App crashes just after splash scre… | Apple Developer Forums
As we are using React Native, it looks related to some dependency, as the startup screen is ok and outside of it all....
Read more >React-native app crashes after splash screen
React -native app crashed on iOS after launching first time because of RNSplashScreen#501 opened on Sep 30 by hemangishinde. 2.
Read more >react-native-splash-screen - npm
A splash screen for react-native, hide when application loaded ,it works on iOS and Android.. Latest version: 3.3.0, last published: a year ...
Read more >Building a splash screen in React Native - LogRocket Blog
Build a splash screen for iOS in React Native ... Hiding the splash screen after the app loads ... First, head over to...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Did u solve this problem ? @hemangishinde
Hey guys, sorry for the delay!
I needed to build a splash screen in the JS, so basically, I did a timeout in order to hide the native splash, then I show a SplashScreen with a loading, for iOS the problem is the watchdog, if your splash screen is open for more than 21 seconds(I don’t remember the exact time) your app will crash.