0.0.7 • Published 5 years ago

rn-in-app-review v0.0.7

Weekly downloads
48
License
MIT
Repository
github
Last release
5 years ago

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.