UNPKG

react-native-nami-sdk

Version:

React Native Module for Nami - Easy subscriptions & in-app purchases, with powerful built-in paywalls and A/B testing.

7 lines (6 loc) 228 B
import type { NamiConfiguration } from './types'; export declare const Nami: { configure: (config: NamiConfiguration) => Promise<boolean>; sdkConfigured: () => Promise<boolean>; sdkVersion: () => Promise<string>; };