2.1.6 • Published 7 months ago

ipg-reactnative-sdk-sandbox v2.1.6

Weekly downloads
-
License
MIT
Repository
github
Last release
7 months ago

ipg-reactnative-sdk

PAYable IPG React Native Package

Installation

npm install ipg-reactnative-sdk

Usage

import { multiply } from 'ipg-reactnative-sdk';

// ...

const result = await multiply(3, 7);

Contributing

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

License

MIT


Made with create-react-native-library