I followed the install steps on react-native-fbsdk-next and when I want to run my project on android, I'm getting this error.
Execution failed for task ':react-native-fbsdk-next:compileDebugJavaWithJavac'.
Could not resolve all files for configuration ':react-native-fbsdk-next:debugCompileClasspath'.
Failed to transform legacy-support-core-utils-1.0.0.jar (androidx.legacy:legacy-support-core-utils:1.0.0) to match attributes {artifactType=android-classes-jar, org.gradle.category=library, org.gradle.libraryelements=jar, org.gradle.status=release, org.gradle.usage=java-api}.
> Could not find legacy-support-core-utils-1.0.0.jar (androidx.legacy:legacy-support-core-utils:1.0.0).
Searched in the following locations:
https://dl.google.com/dl/android/maven2/androidx/legacy/legacy-support-core-utils/1.0.0/legacy-support-core-utils-1.0.0.jar
Failed to transform cardview-1.0.0.jar (androidx.cardview:cardview:1.0.0) to match attributes {artifactType=android-classes-jar, org.gradle.category=library, org.gradle.libraryelements=jar, org.gradle.status=release, org.gradle.usage=java-api}.
> Could not find cardview-1.0.0.jar (androidx.cardview:cardview:1.0.0).
Searched in the following locations:
https://dl.google.com/dl/android/maven2/androidx/cardview/cardview/1.0.0/cardview-1.0.0.jar
Environment
"react-native-fbsdk-next": "^11.1.0", "react-native": "0.68.1",
this is my dependencies list https://github.com/thebergamo/react-native-fbsdk-next/files/10895063/dependencies.txt
i installed this library on latest react native version and every thing was alright, but it cant download this files in react native version 0.68.1