-
Notifications
You must be signed in to change notification settings - Fork 11
Open
Description
Recommend we use https://github.com/zoontek/react-native-bootsplash for managing the splash screen state. The react-native-splash-screen package has always had an issue on IOS where you weren't able to re-show the splash screen after the initial display. However, react-native-bootsplash allows you to display/hide whenever, and also solves some layout issues causes by showing/hiding by actually rendering this view inside the root view instead of replacing it. Another cool thing is animation in/out of the splash screen is configurable through SplashScreen.show({ duration: 1000 })
or SplashScreen.hide({ duration: 1000 })
cball
Metadata
Metadata
Assignees
Labels
No labels