1.0.1 • Published 4 years ago

react-native-play-store-in-app-review v1.0.1

Weekly downloads
9
License
MIT
Repository
github
Last release
4 years ago

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