>找不到任何匹配的com.facebook.react:react-native:+,因为没有可用的com.facebook.react:react-native版本

lf5gs5x2  于 2022-11-17  发布在  React
关注(0)|答案(1)|浏览(927)

显然有一个RN中断。这造成了这么多的问题,现在我可以得到一个建设出来。
https://github.com/facebook/react-native/issues/35210
但“FIX”说要查看https://github.com/facebook/react-native/issues/35210#:~:text=We%20have%20prepared%20releases%20for%20all%20the%20main%20versions%20of%20react%2Dnative%20with%20an%20hotfix%3A
问题是没有提到0.71.0-RC.0版本修复,我在那个版本上,当我尝试运行npx react-native run-android时,我得到以下信息:

> Could not find any matches for com.facebook.react:react-native:+ as no versions of com.facebook.react:react-native are available.

如果有人遇到这个问题,你能说说你是如何解决这个问题的吗?我不明白具体针对我的情况有什么解决办法。
这是我运行react-native info时终端显示的内容:

System:
OS: macOS 13.0
CPU: (8) arm64 Apple M1
Memory: 129.47 MB / 8.00 GB
Shell: 5.8.1 - /bin/zsh
Binaries:
Node: 16.14.2 - /usr/local/bin/node
Yarn: 1.22.19 - /opt/homebrew/bin/yarn
npm: 8.5.5 - /opt/homebrew/bin/npm
Watchman: 2022.09.05.00 - /opt/homebrew/bin/watchman
Managers:
CocoaPods: 1.11.3 - /opt/homebrew/bin/pod
SDKs:
iOS SDK:
  Platforms: DriverKit 21.4, iOS 16.0, macOS 12.3, tvOS 16.0, watchOS 9.0
Android SDK: Not Found
IDEs:
Android Studio: 2021.2 AI-212.5712.43.2112.8815526
Xcode: 14.0.1/14A400 - /usr/bin/xcodebuild
Languages:
Java: 11.0.16.1 - /usr/bin/javac
npmPackages:
@react-native-community/cli: Not Found
react: 18.2.0 => 18.2.0 
react-native: 0.71.0-rc.0 => 0.71.0-rc.0 
react-native-macos: Not Found
npmGlobalPackages:
*react-native*: Not Found

如果我需要补充更多信息,请告诉我。

pgx2nnw8

pgx2nnw81#

通过升级我的RN版本到其中一个补丁修复

相关问题