Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

rn-in-app-review

ravirupareliya70MIT0.0.7

React native package to add in app review functionality for android and ios applications

react-native, in-app-review, android-in-app-review, ios-in-app-review

readme

rn-in-app-review

Getting started

$ npm install rn-in-app-review --save
or
$ yarn add rn-in-app-review

For React Native < 0.60

$ react-native link rn-in-app-review

For React Native >= 0.60

$ cd ios $ pod install

Usage

import RnInAppReview from 'rn-in-app-review';

RNInAppReview.launchReviewFlow((isSuccessful)=>console.log('RNInAppReview ' , isSuccessful))

When to request an in-app review

Follow Guideline to get clear idea about when to launch or use in app review.