1.0.1 • Published 3 years ago

react-native-paygilant-surveillance v1.0.1

Weekly downloads
31
License
MIT
Repository
github
Last release
3 years ago

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

  1. In XCode, in the project navigator, right click LibrariesAdd Files to [your project's name]
  2. Go to node_modulesreact-native-paygilant-wrapper and add Paygilant.xcodeproj
  3. In XCode, in the project navigator, select your project. Add libPaygilant.a to your project's Build PhasesLink Binary With Libraries
  4. 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;