-
Notifications
You must be signed in to change notification settings - Fork 5
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
Merge with rn-splash-screen #1
Comments
The major reason for using this module is the "white screen" between iOS launch screen and react native view. On Android, white screen before your apps loaded is not a very big problem. If you want solve it, and provide same splash screen between iOS&Android, or you want do much work when launch image is displaying, rn-splash-screen will be better. So I prefer these two modules(or two way to keep launch image) both exists, which gives us more choices(rn-launch-image is simpler, and rn-splash-screen provides more safety&function). Personally, I use both two module, in my different apps. |
I ask you to try the recent new release of rn-splash-screen as I've removed all need for configuration (apart from what is required to have a normal launch image). There is detailed documentation and an example.
With such a small scope (displaying splash screens) I'm sure we can work together to make a single, better module. |
Less is better, if possible :) |
It looks like you've got a great start here @tdzl2003
What do you say about consolidating with rn-splash-screen ?
https://github.com/mehcode/rn-splash-screen
The text was updated successfully, but these errors were encountered: