1.0.1 • Published 5 years ago
react-native-paygilant-surveillance v1.0.1
react-native-paygilant
Getting started
$ npm install react-native-paygilant-wrapper --save
Mostly automatic installation
$ react-native link react-native-paygilant-wrapper
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-paygilant-wrapperand addPaygilant.xcodeproj - In XCode, in the project navigator, select your project. Add
libPaygilant.ato your project'sBuild Phases➜Link Binary With Libraries - Run your project (
Cmd+R)<
Android
1. Insert the following lines inside the dependencies block in `android/app/build.gradle`:
```
compile project(':react-native-paygilant')
```
## Usage
```javascript
import Paygilant from 'react-native-paygilant-wrapper';
// TODO: What to do with the module?
Paygilant;1.0.1
5 years ago