UNPKG

react-native-purchasely

Version:

Purchasely is a solution to ease the integration and boost your In-App Purchase & Subscriptions on the App Store, Google Play Store and Huawei App Gallery.

11 lines 424 B
import type { PresentPresentationResult } from './index'; import React from 'react'; interface PLYPresentationViewProps { placementId?: string; presentation?: any; onPresentationClosed: (result: PresentPresentationResult) => void; flex?: number; } declare const PLYPresentationViewBeta: React.FC<PLYPresentationViewProps>; export { PLYPresentationViewBeta }; //# sourceMappingURL=PLYPresentationView.d.ts.map