UNPKG

react-native-nami-sdk

Version:

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

9 lines (8 loc) 306 B
import type { NamiConfiguration } from './types'; export declare const Nami: { configure: (config: NamiConfiguration) => Promise<boolean>; sdkConfigured: () => Promise<boolean>; sdkVersion: () => Promise<string>; sdkPackageVersion: () => Promise<string>; reset: () => Promise<void>; };