0.2.0 • Published 1 year ago

react-native-kickbox v0.2.0

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

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('bill.lumbergh@gamil.com')
  .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

0.2.0

1 year ago