UNPKG

react-native-nami-sdk

Version:

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

5 lines (4 loc) 283 B
export declare function presentOverlay(): Promise<void>; export declare function finishOverlay(result?: any): Promise<void>; export declare function onOverlayReady(handler: () => void): () => void; export declare function onOverlayResult(handler: (result: any) => void): () => void;