Skip to content

Latest commit

 

History

History
35 lines (18 loc) · 480 Bytes

File metadata and controls

35 lines (18 loc) · 480 Bytes

checkout-react-native

checkout sdk wrapper

Installation

npm install checkout-react-native

Usage

import { multiply } from 'checkout-react-native';

// ...

const result = 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