From 52d2c1b57fda63f73b22bf7b7f7c73aea1138ce6 Mon Sep 17 00:00:00 2001 From: hyochan Date: Sat, 31 Aug 2024 19:32:28 +0900 Subject: [PATCH] docs: update readme --- README.md | 11 ++--------- 1 file changed, 2 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index 1e486fc..d1bd282 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# expo-iap + In App Purchase module in Expo @@ -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).