UNPKG

react-native-splash-screen

Version:

A splash screen for react-native, hide when application loaded ,it works on iOS and Android.

14 lines (11 loc) 265 B
/** * LaunchScreen * Android启动屏 * 出自:http://www.cboy.me * GitHub:https://github.com/crazycodeboy * Eamil:crazycodeboy@gmail.com * @flow */ 'use strict'; import { NativeModules } from 'react-native'; module.exports = NativeModules.SplashScreen;