We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5876364 commit 53517cfCopy full SHA for 53517cf
.changeset/strange-pillows-hide.md
@@ -0,0 +1,5 @@
1
+---
2
+"@rnx-kit/react-native-host": patch
3
4
+
5
+`enableFixForViewCommandRace` was removed in 0.79
packages/react-native-host/cocoa/RNXBridgelessHeaders.h
@@ -83,10 +83,12 @@ class RNXBridgelessFeatureFlags : public facebook::react::ReactNativeFeatureFlag
83
{
84
return true;
85
}
86
+#if !__has_include(<React-RCTAppDelegate/RCTReactNativeFactory.h>) && !__has_include(<React_RCTAppDelegate/RCTReactNativeFactory.h>) // 0.77
87
bool enableFixForViewCommandRace() override
88
89
90
91
+#endif // 0.77
92
#else // < 0.77
93
bool useModernRuntimeScheduler() override
94
0 commit comments