0.0.3 • Published 2 years ago

react-native-can-make-payments v0.0.3

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

react-native-can-make-payments

Simply iOS SKPaymentQueue.canMakePayments API Library.

Installation

npm install react-native-can-make-payments

Usage

import { canMakePayments } from 'react-native-can-make-payments';

// get SKPaymentQueue.canMakePayments() result

const result = await canMakePayments();

Contributing

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

License

MIT