react-native-inapprating
v0.1.0
Published
In app review with in your app the latest arcticture 0.74 is supported
Downloads
4
Maintainers
Readme
react-native-inapprating
In app review with in your app the latest arcticture 0.74 is supported
Installation
npm install react-native-inapprating
Usage
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);
});
});
Contributing
See the contributing guide to learn how to contribute to the repository and the development workflow.
License
MIT
Made with create-react-native-library