0.2.0 • Published 3 months ago

react-native-stripe-apple-pay v0.2.0

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

react-native-stripe-apple-pay

React Native wrapper around Stripe Apple Pay. Currently there are very limited configuration options. Feel free to open a PR to add more.

Installation

yarn add install react-native-stripe-apple-pay

Testing

Before including this library in your project you can test it by running the example app and example server.

Install dependencies

yarn

Run server

export SECRET_KEY=sk_test_...
export PUBLISHABLE_KEY=pk_test_...
yarn server
# or
SECRET_KEY=sk_test_... PUBLISHABLE_KEY=pk_test_... yarn server

Run example app

yarn example ios
# or select a simulator
yarn example ios --simulator "iPhone 15 Pro Max"

Usage

See example and server folder.

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

0.2.0

3 months ago

0.1.2

6 months ago

0.1.1

6 months ago