Use the new Google Play Store in-app review API in your React Native app !
- Install the package
yarn add react-native-play-store-in-app-review
import PlayStoreInAppReview from "react-native-play-store-in-app-review";
// start app review process
const useFakeReviewManager = __DEV__;
await PlayStoreInAppReview.startInAppReview(useFakeReviewManager);
Please refer to the official Google documentation for a complete test guide, troubleshooting etc...
See the contributing guide to learn how to contribute to the repository and the development workflow.
MIT