Skip to content

Use the new Google Play Store in-app review API in your React Native app ! ⭐️

License

Notifications You must be signed in to change notification settings

lucienbl/react-native-play-store-in-app-review

Repository files navigation

react-native-play-store-in-app-review

Use the new Google Play Store in-app review API in your React Native app !

Installation

  1. Install the package
yarn add react-native-play-store-in-app-review

Usage

import PlayStoreInAppReview from "react-native-play-store-in-app-review";

// start app review process

const useFakeReviewManager = __DEV__;

await PlayStoreInAppReview.startInAppReview(useFakeReviewManager);

Test the integration

Please refer to the official Google documentation for a complete test guide, troubleshooting etc...

Contributing

See the contributing guide to learn how to contribute to the repository and the development workflow.

License

MIT