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

:react-native-in-app-review:compileDebugJavaWithJavac #167

Open ceconcarlsen opened 3 months ago

ceconcarlsen commented 3 months ago

When building react-native app

"react-native-in-app-review": "^4.3.3",

ceconcarlsen commented 3 months ago

Just found the solution. It was cache related.

Delete /android/.gradle folder and run:

cd android &&./gradlew clean
cd .. && react-native run-android