react-native-bill-payments
v0.1.15
Published
payments tapi api
Readme
react-native-bill-payments
payments tapi api
Installation
npm install react-native-bill-paymentsUsage
import { multiply } from 'react-native-bill-payments';
// ...
const result = await multiply(3, 7);import { divide } from 'react-native-bill-payments';
// ...
const result = await divide(4, 2);import { add } from 'react-native-bill-payments';
// ...
const result = await add(4, 2);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
