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