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.

9 lines (8 loc) 252 B
import { NamiConfiguration } from './types'; export declare const NamiBridge: any, NamiManager: any; export interface INami { configure: (config: NamiConfiguration) => Promise<{ success: boolean; }>; } export declare const Nami: INami;