A plugin that adds a native splashscreen to your React Native app
npm install ignite-splashscreenThis plugin helps you add a Splash Screen to your React Native app to:
* Hide the fact that we are loading JS
* Do stuff to get the app ready
* Decide in JS when to hide the splashscreen
This is setuping the react-native-splash-screen package and setting some defaults.
Please refer to the README.md for more precision.
We also recommend checking react-native-make to set your custom splash image in one command.
``sh`
ignite add splashscreen
`sh``
ignite remove splashscreen
This has been tested with React Native 0.61.4.
Please open an issue for any compatibility issues, or provide better interactivity/compatibility through opening a PR! 🙂