@tuofeng/rn-splash-screen

2.1.5 • Public • Published

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

Dependents (0)

Package Sidebar

Install

npm i @tuofeng/rn-splash-screen

Weekly Downloads

1

Version

2.1.5

License

MIT

Unpacked Size

380 kB

Total Files

17

Last publish

Collaborators

  • iwater