-
Notifications
You must be signed in to change notification settings - Fork 205
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Unresolved reference: facebook #353
Comments
I have the same issue, any solution? Thanks :) |
Probably duplicate of #361, fixed by #362 Try add // For < 0.71, this will be from the local maven repo
// For > 0.71, this will be replaced by `com.facebook.react:react-android:$version` by react gradle plugin
//noinspection GradleDynamicVersion
- implementation "com.facebook.react:react-native"
+ implementation "com.facebook.react:react-native:+" |
@Sunbreak tried your approach of adding I have built a clean project from create-react-native-library@latest, any suggestions? |
Could you share you clean project? |
@Sunbreak I haven't done any modification in the project created from and performed yarn then opened the android folder present in root (not in example folder) and it shows unresolved reference: facebook |
Could you shared you code? Different environment would use different version of I've got 3 macOS, 1 Linux and 1 Windows PC. None of them use the same version of Nodejs/create-react-native-library/react-antive version when calling |
I was getting the same issue so I used this |
Yep. That's the point.
The outage postmortem shows why |
@dhananjayspeed @babeone @chandreshgroww in android/buid.gradle (Root, not from example folder) I downgraded com.android.tools.build:gradle to this version
then press Gradle Sync, |
The suggestion from @Sunbreak solved the issue for me. In addition, I had to add the following line to
|
I have a Project on `"react-native": "0.72.3"`. When building for android I get the following error: ``` Could not determine the dependencies of task ':react-native-gesture-handler:compileDebugAidl'. > Could not resolve all task dependencies for configuration ':react-native-gesture-handler:debugCompileClasspath'. > Could not find com.facebook.react:react-android:. Required by: project :react-native-gesture-handler ``` With my change it works. I did not investigate this far, but as I understand from [this comment](callstack/react-native-builder-bob#353 (comment)) the dependency will automatically be corrected in the respective react-native versions (?)
current default install version I find solution from current version
but get error
|
I am same problem:
My Build Gradle:
|
Description
Unable to create native module and android studio showing error "Unresolved reference: facebook"
Packages
Selected options
Execution failed for task ':generateDebugRFile'.
Link to repro
No response
Environment
System:
OS: macOS 13.0.1
CPU: (8) x64 Apple M1
Memory: 27.35 MB / 16.00 GB
Shell: 5.8.1 - /bin/zsh
Binaries:
Node: 14.17.6 - /usr/local/bin/node
Yarn: 1.22.19 - /usr/local/bin/yarn
npm: 9.1.1 - /usr/local/bin/npm
Watchman: Not Found
Managers:
CocoaPods: 1.11.3 - /usr/local/bin/pod
SDKs:
iOS SDK:
Platforms: DriverKit 22.2, iOS 16.2, macOS 13.1, tvOS 16.1, watchOS 9.1
Android SDK: Not Found
IDEs:
Android Studio: 2021.3 AI-213.7172.25.2113.9123335
Xcode: 14.2/14C18 - /usr/bin/xcodebuild
Languages:
Java: 15.0.2 - /usr/bin/javac
npmPackages:
@react-native-community/cli: Not Found
react: 18.2.0 => 18.2.0
react-native: 0.71.1 => 0.71.1
react-native-macos: Not Found
The text was updated successfully, but these errors were encountered: