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.

5 lines (4 loc) 157 B
import type { InAppReviewPlugin } from './definitions'; declare const InAppReview: InAppReviewPlugin; export * from './definitions'; export { InAppReview };