-
Notifications
You must be signed in to change notification settings - Fork 24.4k
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
Could not find any matches for com.facebook.react:react-native:+ as no versions of com.facebook.react:react-native are available. #35845
Comments
You say you're on 0.71.0 but your environment info says you're on |
|
We have the same issue |
sorry. same issue on 0.71.0 and 0.71.0-rc.3 |
I'm looking for a repro at this stage as I can't help further |
same issues on my side |
Hello,
apply plugin: "com.android.application"
+apply plugin: "com.facebook.react"
import com.android.build.OutputFile
...
However, this warning (shown when building) makes me feel this will break soon...
Maybe we can completely replace the |
The warning is there because you're still importing |
@cortinico I'm hitting a similar issue although probably not the same (message slightly different). |
I found a thread to pull on at least. I think this hint should be in the error message as it isn't obvious: |
@dmg46664 then please open a separate issue, share a reproducer and your environment. This issue is pending feedback from @yanel777. You can get an overview of your dependency tree if you run |
https://react-native-community.github.io/upgrade-helper/?from=0.68.5&to=0.71.0 |
I have same error with react native v0.69.6 |
This issue is waiting for author's feedback since 24 days. Please provide the requested feedback or this will be closed in 7 days. |
I also facing same issue, but for my case I think it's because this library Error:
|
Closing as this kind of issues are related to specific libraries. You can find which library is causing the issue in the error message like here:
Please re-open if you believe this is a bug in React Native core. |
@DeVoresyah I am facing the same issue, did you end up finding up a solution? |
yes by upgrading the react-native version into 0.71.6 |
I just faced the same issues, it turns out React Native MMKV Storage > 2.5.1 isn't compatible with React Native below 0.71 Checkout the breaking changes: https://github.com/mrousavy/react-native-mmkv/releases |
I have also faced the same problem * What went wrong:
A problem occurred evaluating project ':app'.
> Plugin with id 'com.facebook.react' not found. I appreciate any help 🙏 |
Same happened with me, any updates regarding this? |
I'm upgrading from react-native First I was getting a Then I started seeing the What I'm now seeing is this > Plugin with id 'com.facebook.react' not found. which I'm not sure how to fix. |
My RN 0.64.3 APP fixed it ref to https://stackoverflow.com/a/76521278/6318705 |
found any solution for this? facing the same issue |
@omri81 try this: #36234 (comment). Not sure if that was my solution but it's the closest I can get to whatever worked for me. |
I had this error, and it was because I screwed up my gradle config. I did this:
Instead of:
|
New Version
0.71.0, 0.71.0-rc.3 (tried both)
Old Version
0.68.5
Build Target(s)
android development debug
Output of
react-native info
System:
OS: macOS 12.6
CPU: (10) arm64 Apple M1 Pro
Memory: 129.95 MB / 16.00 GB
Shell: 5.8.1 - /bin/zsh
Binaries:
Node: 18.10.0 - /opt/homebrew/bin/node
Yarn: Not Found
npm: 8.19.2 - /opt/homebrew/bin/npm
Watchman: 2022.10.03.00 - /opt/homebrew/bin/watchman
Managers:
CocoaPods: 1.11.3 - /opt/homebrew/bin/pod
SDKs:
iOS SDK:
Platforms: DriverKit 22.1, iOS 16.1, macOS 13.0, tvOS 16.1, watchOS 9.1
Android SDK:
API Levels: 28, 29, 30, 31, 32, 33
Build Tools: 28.0.3, 30.0.2, 31.0.0, 32.0.0, 32.1.0, 33.0.0, 33.0.1
System Images: android-30 | Google Play ARM 64 v8a, android-33 | Google APIs ARM 64 v8a
Android NDK: Not Found
IDEs:
Android Studio: 2021.3 AI-213.7172.25.2113.9014738
Xcode: 14.1/14B5033e - /usr/bin/xcodebuild
Languages:
Java: 11.0.16.1 - /opt/homebrew/opt/openjdk@11/bin/javac
npmPackages:
@react-native-community/cli: Not Found
react: 18.2.0 => 18.2.0
react-native: 0.71.0-rc.3 => 0.71.0-rc.3
react-native-macos: Not Found
npmGlobalPackages:
react-native: Not Found
Issue and Reproduction Steps
./gradlew installDevelopmentDebug
FAILURE: Build failed with an exception.
Could not determine the dependencies of task ':react-native-linear-gradient:compileDebugAidl'.
this error fail for all libraries
The text was updated successfully, but these errors were encountered: