1.1.0 • Published 2 years ago
react-native-loading-screen v1.1.0
react-native-loading-screen
Getting started
$ npm install react-native-loading-screen --save
Mostly automatic installation
$ react-native link react-native-loading-screen
Usage
import LoadingScreen from 'react-native-loading-screen';
// TODO: What to do with the module?
LoadingScreen;