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.

6 lines (5 loc) 166 B
export declare const RNNamiManager: any; export interface INamiManager { sdkConfigured: () => Promise<boolean>; } export declare const NamiManager: INamiManager;