5.2.0 • Published 7 years ago

rn-splash-screen v5.2.0

Weekly downloads
51
License
MIT
Repository
github
Last release
7 years ago

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

5.2.0

7 years ago

5.1.0

7 years ago

5.0.0

7 years ago

4.0.1

7 years ago

4.0.0

7 years ago

3.0.0

7 years ago

2.1.0

8 years ago

2.0.2

8 years ago

2.0.1

8 years ago

2.0.0

8 years ago

1.2.1

8 years ago

1.2.0

8 years ago

1.1.0

8 years ago

1.0.0

8 years ago