Skip to content

Latest commit

 

History

History
33 lines (20 loc) · 794 Bytes

File metadata and controls

33 lines (20 loc) · 794 Bytes

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