One TypeScript API for in-app purchases and paywalls across iOS and Android.
The React Native SDK is on the roadmap and is not published yet.cashsdk-react-native does not
resolve from any registry today, so the code on this page describes the
intended API rather than a package you can install.
Shipping now? Use the iOS or Android SDK, which are
available today. To be notified when this one lands, contact
support@cashsdk.com.
The CashSDK React Native SDK gives you a single, fully typed API that runs on
both iOS (StoreKit 2) and Android (Play Billing). Fetch offerings, run
purchases, and read entitlements with the same code on every platform.
For a bare React Native project, install the native iOS pods:
bash
cd ios && pod install
Expo? The SDK includes a config plugin. It works in any development or
production build (npx expo run:ios / eas build). It is not available in
Expo Go, since in-app purchases require native modules.