Skip to content

Commit

Permalink
docs: update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
hyochan committed Aug 31, 2024
1 parent c29a271 commit 52d2c1b
Showing 1 changed file with 2 additions and 9 deletions.
11 changes: 2 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# expo-iap
<img src="https://github.com/user-attachments/assets/f51a4b1b-b257-47bf-afe7-5ef8692f0594" height="200"/>

In App Purchase module in Expo

Expand All @@ -23,17 +23,10 @@ npm install expo-iap

### Configure for iOS

Run `npx pod-install` after installing the npm package.
Sine we only support `StoreKit`, `deploymentTarget` should be `15.0`.
Run `npx pod-install` after installing the npm package. Sine we only support `StoreKit`, `deploymentTarget` should be `15.0`.

```json
"ios": {
"deploymentTarget": "15.0"
},
```

### Configure for Android

# Contributing

Contributions are very welcome! Please refer to guidelines described in the [contributing guide]( https://github.com/expo/expo#contributing).

0 comments on commit 52d2c1b

Please sign in to comment.