UNPKG

@capacitor-community/in-app-review

Version:

Lets you prompt users to submit app store ratings and reviews without leaving your app - using platform native dialogs.

7 lines 262 B
import { registerPlugin } from '@capacitor/core'; const InAppReview = registerPlugin('InAppReview', { web: () => import('./web').then((m) => new m.InAppReviewWeb()), }); export * from './definitions'; export { InAppReview }; //# sourceMappingURL=index.js.map