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 de10c9b
Showing 1 changed file with 3 additions and 8 deletions.
11 changes: 3 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# expo-iap

<img src="https://github.com/user-attachments/assets/f9d88dec-72ea-4e38-a3e2-0fa9e39a7c16" height="200"/>

In App Purchase module in Expo

# API documentation
Expand All @@ -23,17 +25,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 de10c9b

Please sign in to comment.