react-native-splash-screen
react-native-splash-screen copied to clipboard
ios show method dangerous in production. (Thread sleep)
Run react-native info
in your project and share the content.
What react-native-splash-screen
version are you using?
latest
What platform does your issue occur on? (Android/iOS/Both) ios
Describe your issue as precisely as possible :
The method show of ios side should not be used in production and it can be cause of rejection on AppStore. See there: https://stackoverflow.com/questions/5618163/displaying-splash-screen-for-longer-than-default-seconds It makes sleep the main thread and by default the method showSplash should be used in appDelegate.m .