0.2.0 • Published 3 months ago

react-native-coauth-partner-sdk v0.2.0

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

react-native-coauth-partner-sdk

A react native mobile sdk for coauth partners to embed in their app to handle payment authorization processing via coauth

Installation

npm install react-native-coauth-partner-sdk

Usage

import { multiply } from 'react-native-coauth-partner-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