React Native library for requesting App Store and Google Play reviews
npm install react-native-request-review
or
yarn add react-native-request-review
import { requestReview } from 'react-native-request-review';
// ...
requestReview();
See the contributing guide to learn how to contribute to the repository and the development workflow.
MIT