react-native-who-outbreak
v1.0.4
Published
## Getting started
Downloads
4
Readme
react-native-who-outbreak
Getting started
$ npm install react-native-who-outbreak --save
Mostly automatic installation
$ react-native link react-native-who-outbreak
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-who-outbreak
and addRNWhoOutbreak.xcodeproj
- In XCode, in the project navigator, select your project. Add
libRNWhoOutbreak.a
to your project'sBuild Phases
➜Link Binary With Libraries
- Run your project (
Cmd+R
)<
Usage
import RNWhoOutbreak from 'react-native-who-outbreak';
// TODO: What to do with the module?
RNWhoOutbreak;