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.

8 lines (7 loc) 291 B
export declare const NamiMLManagerBridge: any; export interface INamiMLManager { coreAction: (label: string) => void; enterCoreContent: (label: string | string[]) => void; exitCoreContent: (label: string | string[]) => void; } export declare const NamiMLManager: INamiMLManager;