React-native-hms-push doesn work with RN 0.81.1 ? :react-native-hms-push:packageDebugResources #379
Unanswered
dmitrybarabanov
asked this question in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Can you tell me if the plugin works with React-Native version 0.81.1?
I keep getting an error when I launch it.
**What went wrong:
A problem was found with the configuration of task ':react-native-hms-push:packageDebugResources' (type 'MergeResources'). - Gradle detected a problem with the following location: '/mobile/node_modules/@hmscore/react-native-hms-push/android/build/generated/res/resValues/debug'. Reason: Task ':react-native-hms-push:packageDebugResources' uses this output of task ':hmscore_react-native-hms-push:generateDebugResValues' without declaring an explicit or implicit dependency. This can lead to incorrect results being produced, depending on what order the tasks are executed. Possible solutions: 1. Declare task ':hmscore_react-native-hms-push:generateDebugResValues' as an input of ':react-native-hms-push:packageDebugResources'. 2. Declare an explicit dependency on ':hmscore_react-native-hms-push:generateDebugResValues' from ':react-native-hms-push:packageDebugResources' using Task#dependsOn. 3. Declare an explicit dependency on ':hmscore_react-native-hms-push:generateDebugResValues' from ':react-native-hms-push:packageDebugResources' using Task#mustRunAfter. For more information, please refer to https://docs.gradle.org/8.14.3/userguide/validation_problems.html#implicit_dependency in the Gradle documentation. * Try:
Configuration of my project
**
"@hmscore/react-native-hms-push": "^6.13.0-300",
"react-native": "0.81.1",
"react": "19.1.0",
**
googlePlayServicesVersion = "+"
buildToolsVersion = "36.0.0"
minSdkVersion = 24
compileSdkVersion = 36
targetSdkVersion = 36
supportLibVersion = "28.0.0"
androidXCore = "1.0.2"
kotlinVersion = "2.1.20"
ndkVersion = "27.1.12297006"
Beta Was this translation helpful? Give feedback.
All reactions