RN wrapper for checkout.com SDK
npm install react-native-checkout
import Checkout from "react-native-checkout";
// ...
const result = await Checkout.multiply(3, 7);
See the contributing guide to learn how to contribute to the repository and the development workflow.
MIT