UNPKG

react-native-nami-sdk

Version:

React Native SDK for Nami - No-code paywall and onboarding flows with A/B testing.

7 lines (6 loc) 424 B
import type { NamiEntitlement, NamiPurchase, NamiSKUType } from './types'; import { NamiPaywallAction } from './types'; export declare function parsePurchaseDates(purchase: any): NamiPurchase; export declare function coerceSkuType(raw: string): NamiSKUType; export declare function mapToNamiPaywallAction(action: string): NamiPaywallAction; export declare function parseEntitlements(entitlements: any[]): NamiEntitlement[];