react-native-kickbox
TypeScript icon, indicating that this package has built-in type declarations

0.2.0 • Public • Published

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

/react-native-kickbox/

    Package Sidebar

    Install

    npm i react-native-kickbox

    Weekly Downloads

    1

    Version

    0.2.0

    License

    MIT

    Unpacked Size

    11.8 kB

    Total Files

    10

    Last publish

    Collaborators

    • itryp