You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi @tushar-kuchch. I've recently ran into this problem as well. I upgraded my project to android gradle version 8.1.1 and I'm now getting the error message. I hope that we are talking about the same issue as you didn't provide a description:
Incorrect package="com.ibits.react_native_in_app_review" found in source AndroidManifest.xml: /Users/christiaanvanderberg/ODO/rn-app/node_modules/react-native-in-app-review/android/src/main/AndroidManifest.xml.
Setting the namespace via the package attribute in the source AndroidManifest.xml is no longer supported.
Recommendation: remove package="com.ibits.react_native_in_app_review" from the source AndroidManifest.xml: /Users/christiaanvanderberg/ODO/rn-app/node_modules/react-native-in-app-review/android/src/main/AndroidManifest.xml.
As stated above the solution is to remove "package="com.ibits.react_native_in_app_review" from androidManifest and add it to the build.gradle file like:
No description provided.
The text was updated successfully, but these errors were encountered: