Skip to content

A JavaScript-controlled splash-screen for React Native designed to be run directly after the native splash-screen.

License

Notifications You must be signed in to change notification settings

mehcode/rn-splash-screen

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Sep 12, 2017
90d45f4 Â· Sep 12, 2017

History

82 Commits
Aug 30, 2017
Apr 28, 2017
Jan 21, 2017
Jan 21, 2017
Jun 22, 2016
Nov 20, 2015
Apr 13, 2017
Jun 22, 2016
Aug 19, 2016
Jun 22, 2016
Sep 12, 2017
Sep 12, 2017
Aug 10, 2017

Repository files navigation

React Native Splash Screen

npm npm npm npm

A JavaScript-controlled splash-screen designed to be run directly after the native splash-screen.

Install

  1. npm install --save rn-splash-screen

  2. react-native link rn-splash-screen

Configure

Usage

The splash screen must be hidden from JavaScript. This can be done as late as possible so as to give your application more time to "load".

import SplashScreen from "rn-splash-screen";

// Hide the active splash screen
SplashScreen.hide();

Credits

About

A JavaScript-controlled splash-screen for React Native designed to be run directly after the native splash-screen.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published