React Native wrapper around Stripe Apple Pay. Currently there are very limited configuration options. Feel free to open a PR to add more.
This is a fork of react-native-stripe-apple-pay with the addition of an ApplePayButton
component and updates to the API to align more with @stripe/stripe-react-native
yarn add install stripe-react-native-apple-pay
Before including this library in your project you can test it by running the example app and example server.
yarn
export SECRET_KEY=sk_test_...
export PUBLISHABLE_KEY=pk_test_...
yarn server
# or
SECRET_KEY=sk_test_... PUBLISHABLE_KEY=pk_test_... yarn server
yarn example ios
# or select a simulator
yarn example ios --simulator "iPhone 15 Pro Max"
See example and server folder.
See the contributing guide to learn how to contribute to the repository and the development workflow.
MIT
Made with create-react-native-library