Closed
Description
An overview of issues that need to be fixed upstream.
Blocking
Has Workarounds
-
pod install
fails when--repo-update
is also specified #152 - Crash when unsetting the component name in ReactRootView react-native-windows#5676
- Developer settings aren't restored on app startup react-native-windows#5749
Fixed
- fix(android): fix
ndkVersion
is unset when building from source facebook/react-native#43131 - Fix New Arch build failing with
-std=c++20
facebook/react-native#42138 - feat: opt-in pod install with ios commands react-native-community/cli#2116
-
react-native run-ios
fails on 0.73 trying to find Xcode schemes react-native-community/cli#2115- Manually specify
--scheme
- Manually specify
- fix(ios): fix Xcode defaulting to 'Release' react-native-community/cli#1957
- fix(ios): fix crash when
--mode
is specified react-native-community/cli#1958 - fix(gradle-plugin): fix nightly build regression facebook/react-native#37332
-
react-native-macos@canary
randomly fails installing react-native-macos#1630 - No files found on Metro startup on Windows under MinGW (Git Bash) facebook/metro#914
- Disable Watchman: https://facebook.github.io/metro/docs/configuration/#usewatchman
Archive
- Fix
Alert
not showing in an app usingUIScene
facebook/react-native#34562 - Fix codegen trying to parse
.d.ts
files facebook/react-native#34439 - Fix
pod install --project-directory=ios
failing when Hermes is enabled facebook/react-native#33909 - fix(platform-android):
findComponentDescriptors
picks up directories react-native-community/cli#1614 - fix: allow
dependency.platforms.[platform]
to benull
again react-native-community/cli#1613 - fix: remove unactionable warning when on 'Paper' facebook/react-native#33830
- Fix
pod install --project-directory=ios
failing when Hermes is enabled facebook/react-native#33819 - Only call +[NSAppearance currentAppearance] on the main thread react-native-macos#1012
-
react-native autolink-windows
has regressed in speed since 0.65 react-native-windows#9518- It looks like we can disable it by setting
RunAutolinkCheck
tofalse
- fix(cli): fix cache not being used when there are no dependencies react-native-windows#9522
- It looks like we can disable it by setting
- fix: Hermes no longer builds without
Exception.cpp
react-native-macos#982 - fix(ios): fix
Time.h
patch not being applied facebook/react-native#32961 -
pod install --project-directory=ios
fails on react-native@main #572 -
pod install
fails with latest canary react-native-macos#850 - run-ios bug: Try/catch removed from
warnAboutManuallyLinkedLibs.ts
causing exceptions to propagate/crash react-native-community/cli#1435 - Detect whether a project file is a dynamic library react-native-windows#8099
- Autolinking is picking up project files not meant to be autolinked react-native-windows#8072
- Overriding the package name when auto-linking on Android #31
- fix(cli): Also look for .msix* extensions in CheckIfNeedInstallCertificate react-native-windows#6421
- Fix native modules not being re-initialized on reload react-native-windows#6159