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 add RNProgressHud.xcodeproj
- In XCode, in the project navigator, select your project. Add
libRNProgressHud.a
to your project's Build Phases
➜ Link Binary With Libraries
- Run your project (
Cmd+R
)<
Usage
import RNProgressHud from 'react-native-progress-hud';
RNProgressHud;