react-native-esewa-service

Esewa service for react native projects

Usage no npm install needed!

<script type="module">
  import reactNativeEsewaService from 'https://cdn.skypack.dev/react-native-esewa-service';
</script>

README

react-native-esewa-service

This is an unofficial esewa service integration for react native projects. However it has less issues comparitive to existing esewa react native libraries. TODO: ios integration

Installation

yarn add react-native-esewa-service

Usage

import Esewa from "react-native-esewa-service";

// ...

Esewa.init(CLIENT_ID, SECRET, ENVIRONMENT)
Esewa.makePayment(PRICE, PRODUCT_NAME, PRODUCT_ID, CALLBACK_URL)

Contributing

See the contributing guide to learn how to contribute to the repository and the development workflow.

License

MIT