UNPKG

1.26 kBMarkdownView Raw
1# expo-payments-stripe
2
3Provides support for payments through Stripe and Apple Pay on iOS (in ExpoKit and bare apps), and Stripe on Android (plus Android Pay with ExpoKit and bare apps).
4
5# API documentation
6
7- [Documentation for the master branch](https://github.com/expo/expo/blob/master/docs/pages/versions/unversioned/sdk/payments.md)
8- [Documentation for the latest stable release](https://docs.expo.io/versions/latest/sdk/payments/)
9
10# Installation
11
12This package is pre-installed in [managed](https://docs.expo.io/versions/latest/introduction/managed-vs-bare/) Expo projects. You may skip the rest of the installation guide if this applies to you.
13
14For bare React Native projects, you must ensure that you have [installed and configured the `react-native-unimodules` package](https://github.com/unimodules/react-native-unimodules) before continuing.
15
16### Add the package to your npm dependencies
17
18```
19npm install expo-payments-stripe
20```
21
22### Configure for iOS
23
24Run `pod install` in the ios directory after installing the npm package.
25
26### Configure for Android
27
28No additional set up necessary.
29
30# Contributing
31
32Contributions are very welcome! Please refer to guidelines described in the [contributing guide]( https://github.com/expo/expo#contributing).