OPEN React Native SDK lets you seamlessly integrate OPEN Payment Gateway with your React-Native app and start collecting payments from your customers.
npm install react-native-open-payment
import OpenPayment from "react-native-open-payment";
// ...
const result = await OpenPayment.multiply(3, 7);
See the contributing guide to learn how to contribute to the repository and the development workflow.
MIT