Omniware payment gateway sdk for react native
npm install react_native_payment_gateway_package
import { multiply } from 'react_native_payment_gateway_package';
// ...
const result = await multiply(3, 7);
See the contributing guide to learn how to contribute to the repository and the development workflow.
MIT
Made with create-react-native-library