Install react-native-in-app-review
masterDepending on your user status and package manager, use one of the following methods to install the package.
For Free Users (Public Registry)
Use standard installation commands:
npm install react-native-in-app-reviewOR
yarn add react-native-in-app-reviewFor Paid Users (Latest Version via PayDevs)
To access the latest version and fixed issues, you must register at paydevs.com and point your package manager to the PayDevs registry.
Using npm or pnpm:
npm set registry https://npm.paydevs.com/
npm login
npm updateUsing yarn:
yarn config set registry https://npm.paydevs.com/
yarn login
yarn upgradenpm install react-native-in-app-review