Skip to content

Latest commit

 

History

History
39 lines (25 loc) · 1.1 KB

readme.md

File metadata and controls

39 lines (25 loc) · 1.1 KB

node-mac-request-review

npm


Note

A Native module to show App Store review requesting UI. This library is a simple wrapper of Storekit's requestReview.
It was created for use in Electron apps. It is currently being used in my app, Capture Note.

image

How To Install

$ yarn add node-mac-request-review

How to Use

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

// Ask Review
requestReview();