UNPKG

react-native-splash-screen

Version:

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

15 lines (12 loc) 281 B
/** * SplashScreen * 启动屏 * from:http://www.devio.org * Author:CrazyCodeBoy * GitHub:https://github.com/crazycodeboy * Email:crazycodeboy@gmail.com * @flow */ 'use strict'; import { NativeModules } from 'react-native'; module.exports = NativeModules.SplashScreen;