Create NX latest workspace with version 19.5.1 for react-native project
having
react-native version : 0.74.1
AGP version : 8.5.1
Gradle version : 8.7
Currently build is successful but when trying to run the app to android device getting the followed errors
Could not determine the dependencies of task ':app:compileDebugJavaWithJavac'.
Could not resolve all task dependencies for configuration ':app:debugCompileClasspath'.
Could not resolve project :react-native-push-notification.
Required by:
project :app
No matching variant of project :react-native-push-notification was found. The consumer was configured to find a library for use during compile-time, preferably optimized for Android, as well as attribute 'com.android.build.api.attributes.AgpVersionAttr' with value '8.5.1', attribute 'com.android.build.api.attributes.BuildTypeAttr' with value 'debug', attribute 'org.jetbrains.kotlin.platform.type' with value 'androidJvm' but:
Create NX latest workspace with version 19.5.1 for react-native project having react-native version : 0.74.1 AGP version : 8.5.1 Gradle version : 8.7
Currently build is successful but when trying to run the app to android device getting the followed errors Could not determine the dependencies of task ':app:compileDebugJavaWithJavac'.