Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Replace splash screen library #170

Open
isaiahgrey93 opened this issue Oct 23, 2020 · 1 comment
Open

Replace splash screen library #170

isaiahgrey93 opened this issue Oct 23, 2020 · 1 comment

Comments

@isaiahgrey93
Copy link
Contributor

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 })

@code-jenn-or
Copy link
Contributor

I have removed react-native-splash-screen in the Upgrade PR #161 because iOS release build no longer functioned with the out of date library. The .storyboard files do need to be updated but are included in this change.

So we should close this issue and open a new one to update the new storyboard file.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants