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.
$ yarn add node-mac-request-review
import { requestReview } from "node-mac-request-review";
// Ask Review
requestReview();