react-native-splash-screen icon indicating copy to clipboard operation
react-native-splash-screen copied to clipboard

React-native app crashed on iOS after launching first time because of RNSplashScreen

Open hemangishinde opened this issue 5 years ago • 7 comments

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 :

  1. Steps to reproduce the issue or to explain in which case you get the issue
  2. Interesting logs

Join a screenshot or video of the problem on the simulator or device?

Show us the code you are using?

hemangishinde avatar Sep 30 '20 13:09 hemangishinde

This error is located at: in n in RCTView in RCTView in h', reason: 'Unhandled JS Exception: ReferenceError: Can't find variable: SplashScreen

hemangishinde avatar Sep 30 '20 13:09 hemangishinde

Did u solve this problem ? @hemangishinde

Mhmetengineer avatar Oct 02 '20 09:10 Mhmetengineer

I have the same problem, any one did resolve it?

colaquecez avatar Aug 22 '21 14:08 colaquecez

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 avatar Sep 02 '21 02:09 colaquecez

@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

Wimmind avatar Dec 22 '21 10:12 Wimmind

@colaquecez how did you solve this problem? i'm facing the same issue

Heena112 avatar Jul 12 '22 07:07 Heena112

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.

colaquecez avatar Nov 15 '22 23:11 colaquecez