react-native-button-sdk
Version:
React Native module for using the Button SDK.
18 lines (11 loc) • 302 B
Markdown
# react-native-button-sdk
## Getting started
`$ npm install react-native-button-sdk --save`
### Mostly automatic installation
`$ react-native link react-native-button-sdk`
## Usage
```javascript
import ButtonSdk from 'react-native-button-sdk';
// TODO: What to do with the module?
ButtonSdk;
```