MinaSamir11 / react-native-in-app-review

The Google Play In-App Review API, App store rating API lets you prompt users to submit Play Store or App store ratings and reviews without the inconvenience of leaving your app or game.
MIT License
646 stars 56 forks source link

does this lib need price to use? #158

Open fukemy opened 9 months ago

jdnichollsc commented 4 months ago

This can answer your question... https://github.com/MinaSamir11/react-native-in-app-review/blob/master/LICENSE

fukemy commented 4 months ago

my question due to the README below:

(A1) For The latest version and fixed issues and future releases do the following steps (Paid User):
##The only thing a User has to do is to register here on https://www.paydevs.com/ and direct his package manager to our registry at https://npm.paydevs.com/.

Using npm or pnpm this means:

npm set registry https://npm.paydevs.com/
npm login
npm update
And if you are using yarn:

yarn config set registry https://npm.paydevs.com/
yarn login
yarn upgrade

(A1.1)After you finished from sign-up in npm.paydevs, Go to [PayDevs, react-native-in-app-review](https://npm.paydevs.com/-/web/detail/react-native-in-app-review) to complete the package installation steps.
(B1) Normal Installation (Free User), (latest version will be avaliable on the public registry after 10 days from releasing on PayDevs).