React-native app crashed on iOS after launching first time because of RNSplashScreen
Run 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?
This error is located at: in n in RCTView in RCTView in h', reason: 'Unhandled JS Exception: ReferenceError: Can't find variable: SplashScreen
Did u solve this problem ? @hemangishinde
I have the same problem, any one did resolve it?
I solve this problem on my app, my problem was the "watchdog", as i use an api of heroku it has a big delay so ios killed my app, https://developer.apple.com/documentation/xcode/addressing-watchdog-terminations
@colaquecez how did you solve this problem? my application is launched the first time, but the second time it crashes to the home screen and minimizes
@colaquecez how did you solve this problem? i'm facing the same issue
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.