react-native-omise

0.0.2 • Public • Published

[WIP] React Native bindings for Omise

Currently works only in android

Quick Usage:

import Omise from 'react-native-omise';
 
Omise.getToken(apiKey, {
      number: '4242424242424242',
      name: 'rahul gaba',
      expirationMonth: '10',
      expirationYear: '2020',
      securityCode: '123'
    })
    .then(console.log)
    .catch(console.log);

Documentation for android and iOS support is coming soon...

Package Sidebar

Install

npm i react-native-omise

Weekly Downloads

0

Version

0.0.2

License

ISC

Last publish

Collaborators

  • rahulgaba