https://github.com/osedea/ignite-splashscreen
Ignite plugin to add a splashscreen easily
https://github.com/osedea/ignite-splashscreen
Last synced: 9 months ago
JSON representation
Ignite plugin to add a splashscreen easily
- Host: GitHub
- URL: https://github.com/osedea/ignite-splashscreen
- Owner: Osedea
- Created: 2019-10-29T11:22:22.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-12-09T20:03:16.000Z (over 6 years ago)
- Last Synced: 2025-08-09T07:53:39.769Z (10 months ago)
- Language: JavaScript
- Size: 9.77 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Ignite SplashScreen
This 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](https://github.com/crazycodeboy/react-native-splash-screen) package and setting some defaults.
Please refer to the [README.md](https://github.com/crazycodeboy/react-native-splash-screen) for more precision.
We also recommend checking [react-native-make](https://github.com/bamlab/react-native-make) to set your custom splash image in one command.
## Adding the plugin
```sh
ignite add splashscreen
```
## Removing the plugin
```sh
ignite remove splashscreen
```
## Compatibility
This has been tested with React Native [0.61.4](https://github.com/facebook/react-native/releases/tag/v0.61.4).
## Contributing
Please open an issue for any compatibility issues, or provide better interactivity/compatibility through opening a PR! 🙂