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

1.0.5 • Public • Published

react-native-esewa

Getting started

$ npm install react-native-esewa --save Or $ yarn add react-native-esewa

Mostly automatic installation

$ react-native link react-native-esewa

Usage

import Esewa from 'react-native-esewa';

// INITILIZE
Esewa.init(MERCHANT_ID,MERCHANT_SECRET_KEY,ENVIRONMENT);
// Calling helper function to make payment through esewa.
Esewa.makePayment(amount,productName,productID,callbackURL);

// JS implementation
function onPress(){
  Esewa.init(MERCHANT_ID,MERCHANT_SECRET_KEY,ENVIRONMENT);
  Esewa.makePayment(amount,productName,productID,callbackURL);
}

// TODO: iOS

Package Sidebar

Install

npm i react-native-esewa

Weekly Downloads

1

Version

1.0.5

License

MIT

Unpacked Size

1.67 MB

Total Files

44

Last publish

Collaborators

  • aanjan