expo-stripe-tap-to-pay
Version:
Expo config plugin to enable Tap to Pay on iPhone entitlements and set Apple Merchant ID.
23 lines (17 loc) • 358 B
Markdown
# expo-stripe-tap-to-pay
A simple package that adds the entitlements to allow for the Tap to Pay feature using Expo
## Installation
```bash
npm install expo-stripe-tap-to-pay
yarn add expo-stripe-tap-to-pay
```
## Usage
Add this to your app.json plugins array
```json
[
"expo-stripe-tap-to-pay",
{
"merchantId": "merchant.com.example"
}
]
```