ESC
Components > Store Review Button
Getting store reviews for your application is one of the most important factors of having a good App Store Optimization(ASO) as explained in deatils in the App Store Optimization(ASO) docs. App Store Review Button component makes the process so much easier. You just need to add the button component into your app; (it is already beautifully designed but it is pretty flexible to change by yourself too!) and start using it for getting store reviews!
Store Review Button component is pretty easy to use and pretty flexible to your own needs. Here is the code snippet below:
react-native-starter-mobile/components/any-component.tsx
1import RNStoreReviewButton from "components/base/RNStoreReviewButton/RNStoreReviewButton";
2...
3 <RNStoreReviewButton />
4...