react-native-progress-hud-modal
v1.0.4
Published
## Getting started
Downloads
4
Readme
react-native-progress-hud
Getting started
$ npm install react-native-progress-hud --save
Mostly automatic installation
$ react-native link react-native-progress-hud
Manual installation
iOS
- In XCode, in the project navigator, right click
Libraries
➜Add Files to [your project's name]
- Go to
node_modules
➜react-native-progress-hud
and addRNProgressHud.xcodeproj
- In XCode, in the project navigator, select your project. Add
libRNProgressHud.a
to your project'sBuild Phases
➜Link Binary With Libraries
- Run your project (
Cmd+R
)<
Usage
import RNProgressHud from 'react-native-progress-hud';
// TODO: What to do with the module?
RNProgressHud;