@itzsudhan/creem-expo
v1.0.0
Published
Expo-first Creem payments SDK for Expo-managed apps, React Native, and Expo Router projects.
Maintainers
Readme
@itzsudhan/creem-expo
Expo-first Creem payments for Expo-managed apps, React Native, and Expo Router projects.
Install:
npm install @itzsudhan/creem-expoWhat you get:
- Expo config plugin for
expo prebuild useCreemCheckout()useCreemSubscription()- browser checkout via
expo-web-browser - modal checkout via
react-native-webview - deep-link handling with
expo-linking - server helpers for checkout creation, verification, webhooks, and subscriptions
Quick example:
import {
CreemProvider,
createCreemApiClient,
useCreemCheckout,
} from "@itzsudhan/creem-expo";Use the config plugin:
export default {
expo: {
plugins: [["@itzsudhan/creem-expo", { scheme: "myapp" }]],
},
};Full repo, examples, and guides:
- GitHub: https://github.com/SudhanPlayz/creem-expo
- Guide: https://github.com/SudhanPlayz/creem-expo/blob/master/GUIDE.md
- Docs index: https://github.com/SudhanPlayz/creem-expo/blob/master/docs/README.md
