Expo module for StoreKit 2 purchases, subscriptions, and entitlement sync on iOS/tvOS.
npm install @hortemo/expo-storekitLightweight wrapper for StoreKit 2.
``sh`
npm install @hortemo/expo-storekit
- requestProducts(productIds: string[]): Promisepurchase(productId: string, purchaseOptions?: PurchaseOptions): Promise
- finishTransaction(transactionId: string): Promise
- requestCurrentEntitlements(): Promise
- sync(): Promise
- addListener(eventName: "transactionUpdated", listener: (result: TransactionVerificationResult) => void): EventSubscription`
-