ravirupareliya / rn-in-app-review

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

react-native-in-app-review

npm

npm

Now you can integrate this to react native and in-app review dialog can be shown to user. User doesn't need to move to play store or app store to submit their review.

Supports both android and iOS

Android iOS

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.

About

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


Languages

Language:Java 35.8%Language:Objective-C 29.3%Language:Ruby 20.8%Language:JavaScript 10.3%Language:Starlark 3.7%