react-native-liqpay
Version:
React native wrapper for Liqpay mobile API
10 lines (8 loc) • 530 B
Markdown
### Example
#### Get Started
1. Navigate to the example directory. ```cd ~/example```
2. Install the npm modules. ```npm i --save```
3. You should see a node_modules folder get created in Example directory.
4. Install react-native CLI ```npm install -g react-native-cli```
5. Lastly ```react-native run-ios``` or ```react-native run-android``` inside the `example` directory. (tip: run Android emulator prior)
[Official Getting Started with React-Native](http://facebook.github.io/react-native/docs/getting-started.html#content)