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.
$ npm install rn-in-app-review --save
or
$ yarn add rn-in-app-review
$ react-native link rn-in-app-review
$ cd ios
$ pod install
import RnInAppReview from 'rn-in-app-review';
RNInAppReview.launchReviewFlow((isSuccessful)=>console.log('RNInAppReview ' , isSuccessful))
Follow Guideline to get clear idea about when to launch or use in app review.