# react-native-pay-here

## Getting started

`$ npm install react-native-pay-here --save`

### Mostly automatic installation

`$ react-native link react-native-pay-here`

## Usage
```javascript
import PayHere from 'react-native-pay-here';

// TODO: What to do with the module?
PayHere;
```
