Closed denissb closed 1 year ago
This has been fixed in 7.1.1. Thank you for your contributions @denissb !
@yusinto can you be more specific like what has to be done, because even I am facing issues after upgrading from react native 0.68.2 to 0.71.4. this issue is like Could not determine the dependencies of task ':app:compileDebugJavaWithJavac'.
Could not resolve all task dependencies for configuration ':app:debugCompileClasspath'. Could not find com.facebook.react:react-android:. Required by: project :app Could not find com.facebook.react:hermes-android:. Required by: project :app
Removing workaround for maven package resolution
Related issues
Please see this github issue for reference
Describe the solution you've provided
I am removing local package resolution since now the native android files for react-native are hosted on maven repositories. This might break compatibility with older React Native versions, but I don't see another way around it.