In app review with in your app the latest arcticture 0.74 is supported
npm install react-native-inapprating
import { ratingReview } from 'react-native-inapprating';
// ...
ratingReview().then((result)=>{
if(result === 'true'){
// put your flow here
}. .catch((error) => {
// we have some error could happen while lanuching InAppReview,
console.log(error);
});
});
See the contributing guide to learn how to contribute to the repository and the development workflow.
MIT
Made with create-react-native-library