node-mac-request-review
TypeScript icon, indicating that this package has built-in type declarations

1.0.10 • Public • Published

node-mac-request-review

A Native module to show App Store review requesting UI. It tells StoreKit to ask the user to rate or review the app.

image

Note

This API is wrapping Storekit:requestReview.
I create this library for Capture Note.

How To Install

$ yarn add node-mac-request-review

How to Use

import { requestReview } from "node-mac-request-review";

// Ask Review
requestReview();

/node-mac-request-review/

    Package Sidebar

    Install

    npm i node-mac-request-review

    Weekly Downloads

    1

    Version

    1.0.10

    License

    ISC

    Unpacked Size

    47.5 kB

    Total Files

    11

    Last publish

    Collaborators

    • enfpdev