@gebarbilling/react-native
v0.1.3
Published
React Native checkout, portal, and deep-link helpers for GebarBilling billing.
Readme
@gebarbilling/react-native
Mobile-safe GEBARBILLING helpers for Expo and React Native.
Install
pnpm add @gebarbilling/react-nativeQuickstart
import { createGebarBillingMobileClient } from "@gebarbilling/react-native";
const billing = createGebarBillingMobileClient({
publishableKey: process.env.EXPO_PUBLIC_GEBARBILLING_PUBLISHABLE_KEY!,
baseUrl: process.env.EXPO_PUBLIC_GEBARBILLING_BASE_URL!
}, Linking);API Summary
Exports mobile checkout/portal helpers, billing-state access, parseDeepLink, and handleReturn.
