0.0.2 • Published 7 years ago

react-native-omise v0.0.2

Weekly downloads
3
License
ISC
Repository
github
Last release
7 years ago

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...