react-native-kickbox
v0.2.0
Published
test
Downloads
4
Readme
react-native-kickbox
React-native library for https://kickbox.com
Installation
npm install react-native-kickbox
Usage
import Kickbox from 'react-native-kickbox';
// ...
const kb = new Kickbox('API_KEY_TEST');
kb.verify('[email protected]')
.then((r) => {
setResult(JSON.stringify(r));
})
.catch((err) => {
setResult(JSON.stringify(err));
});
Contributing
See the contributing guide to learn how to contribute to the repository and the development workflow.
License
MIT
Made with create-react-native-library