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

ios show method dangerous in production. (Thread sleep)

Open KiwipDev opened this issue 2 years ago • 0 comments

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 .

KiwipDev avatar Sep 20 '22 08:09 KiwipDev