react-native 0.84.0-nightly-20251106-de5141a3d → 0.84.0-nightly-20251108-7486a2bc5
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/Libraries/Animated/createAnimatedComponent.js +1 -0
- package/Libraries/Blob/RCTBlobManager.mm +1 -4
- package/Libraries/Blob/RCTBlobPlugins.mm +14 -14
- package/Libraries/Blob/RCTFileReaderModule.mm +1 -4
- package/Libraries/Components/Button.js +0 -3
- package/Libraries/Core/ReactNativeVersion.js +1 -1
- package/Libraries/Image/RCTBundleAssetImageLoader.mm +1 -4
- package/Libraries/Image/RCTGIFImageDecoder.mm +1 -4
- package/Libraries/Image/RCTImageEditingManager.mm +1 -4
- package/Libraries/Image/RCTImageLoader.mm +1 -4
- package/Libraries/Image/RCTImagePlugins.h +1 -0
- package/Libraries/Image/RCTImagePlugins.mm +30 -17
- package/Libraries/Image/RCTImageStoreManager.mm +1 -4
- package/Libraries/Image/RCTImageViewManager.mm +1 -4
- package/Libraries/Image/RCTLocalAssetImageLoader.mm +1 -4
- package/Libraries/LinkingIOS/RCTLinkingManager.mm +1 -4
- package/Libraries/LinkingIOS/RCTLinkingPlugins.mm +10 -13
- package/Libraries/LogBox/Data/LogBoxData.js +31 -4
- package/Libraries/NativeAnimation/RCTAnimationPlugins.mm +14 -14
- package/Libraries/NativeAnimation/RCTNativeAnimatedModule.mm +1 -4
- package/Libraries/NativeAnimation/RCTNativeAnimatedTurboModule.mm +1 -4
- package/Libraries/Network/RCTDataRequestHandler.mm +1 -4
- package/Libraries/Network/RCTFileRequestHandler.mm +1 -4
- package/Libraries/Network/RCTHTTPRequestHandler.mm +1 -4
- package/Libraries/Network/RCTNetworkPlugins.mm +22 -16
- package/Libraries/Network/RCTNetworking.mm +1 -4
- package/Libraries/PushNotificationIOS/RCTPushNotificationManager.mm +1 -4
- package/Libraries/PushNotificationIOS/RCTPushNotificationPlugins.mm +10 -13
- package/Libraries/Settings/RCTSettingsManager.mm +1 -4
- package/Libraries/Settings/RCTSettingsPlugins.mm +10 -13
- package/Libraries/StyleSheet/PlatformColorValueTypes.android.js +2 -2
- package/Libraries/StyleSheet/PlatformColorValueTypes.ios.js +1 -1
- package/Libraries/StyleSheet/PlatformColorValueTypes.js.flow +4 -2
- package/Libraries/Text/BaseText/RCTBaseTextViewManager.mm +1 -4
- package/Libraries/Text/RawText/RCTRawTextViewManager.mm +1 -4
- package/Libraries/Text/Text/RCTTextViewManager.mm +1 -4
- package/Libraries/Text/TextInput/Multiline/RCTMultilineTextInputViewManager.mm +1 -4
- package/Libraries/Text/TextInput/RCTBaseTextInputViewManager.mm +1 -4
- package/Libraries/Text/TextInput/RCTInputAccessoryViewManager.mm +1 -4
- package/Libraries/Text/TextInput/Singleline/RCTSinglelineTextInputViewManager.mm +1 -4
- package/Libraries/Text/VirtualText/RCTVirtualTextViewManager.mm +1 -4
- package/Libraries/Vibration/RCTVibration.mm +1 -4
- package/Libraries/Vibration/RCTVibrationPlugins.mm +10 -13
- package/React/Base/RCTVersion.m +1 -1
- package/React/CoreModules/CoreModulesPlugins.mm +98 -35
- package/React/CoreModules/RCTAccessibilityManager.mm +1 -4
- package/React/CoreModules/RCTActionSheetManager.mm +1 -4
- package/React/CoreModules/RCTAlertManager.mm +1 -4
- package/React/CoreModules/RCTAppState.mm +1 -4
- package/React/CoreModules/RCTAppearance.mm +1 -4
- package/React/CoreModules/RCTClipboard.mm +1 -4
- package/React/CoreModules/RCTDevLoadingView.mm +1 -4
- package/React/CoreModules/RCTDevMenu.mm +1 -4
- package/React/CoreModules/RCTDevSettings.mm +1 -4
- package/React/CoreModules/RCTDevToolsRuntimeSettingsModule.mm +1 -5
- package/React/CoreModules/RCTDeviceInfo.mm +1 -4
- package/React/CoreModules/RCTEventDispatcher.mm +1 -4
- package/React/CoreModules/RCTExceptionsManager.mm +1 -4
- package/React/CoreModules/RCTI18nManager.mm +1 -4
- package/React/CoreModules/RCTKeyboardObserver.mm +1 -4
- package/React/CoreModules/RCTLogBox.mm +1 -4
- package/React/CoreModules/RCTPerfMonitor.mm +1 -4
- package/React/CoreModules/RCTPlatform.mm +1 -4
- package/React/CoreModules/RCTRedBox.mm +1 -4
- package/React/CoreModules/RCTSourceCode.mm +1 -4
- package/React/CoreModules/RCTStatusBarManager.mm +1 -4
- package/React/CoreModules/RCTTiming.mm +1 -4
- package/React/CoreModules/RCTWebSocketModule.mm +1 -4
- package/React/FBReactNativeSpec/FBReactNativeSpecJSI.h +16 -0
- package/React/Modules/RCTUIManager.mm +1 -4
- package/React/Views/RCTActivityIndicatorViewManager.m +1 -4
- package/React/Views/RCTDebuggingOverlayManager.m +1 -4
- package/React/Views/RCTModalHostViewManager.m +1 -4
- package/React/Views/RCTModalManager.m +1 -4
- package/React/Views/RCTSwitchManager.m +1 -4
- package/React/Views/RCTViewManager.m +1 -4
- package/React/Views/RefreshControl/RCTRefreshControlManager.m +1 -4
- package/React/Views/SafeAreaView/RCTSafeAreaViewManager.m +1 -4
- package/React/Views/ScrollView/RCTScrollContentViewManager.m +1 -4
- package/React/Views/ScrollView/RCTScrollViewManager.m +1 -4
- package/ReactAndroid/api/ReactAndroid.api +0 -13
- package/ReactAndroid/gradle.properties +1 -1
- package/ReactAndroid/src/main/java/com/facebook/react/ReactPackageTurboModuleManagerDelegate.kt +2 -3
- package/ReactAndroid/src/main/java/com/facebook/react/bridge/CatalystInstanceImpl.java +2 -6
- package/ReactAndroid/src/main/java/com/facebook/react/bridge/ModuleHolder.kt +2 -2
- package/ReactAndroid/src/main/java/com/facebook/react/bridge/NativeModuleRegistry.kt +1 -16
- package/ReactAndroid/src/main/java/com/facebook/react/fabric/FabricUIManager.java +1 -1
- package/ReactAndroid/src/main/java/com/facebook/react/internal/featureflags/ReactNativeFeatureFlags.kt +13 -1
- package/ReactAndroid/src/main/java/com/facebook/react/internal/featureflags/ReactNativeFeatureFlagsCxxAccessor.kt +21 -1
- package/ReactAndroid/src/main/java/com/facebook/react/internal/featureflags/ReactNativeFeatureFlagsCxxInterop.kt +5 -1
- package/ReactAndroid/src/main/java/com/facebook/react/internal/featureflags/ReactNativeFeatureFlagsDefaults.kt +5 -1
- package/ReactAndroid/src/main/java/com/facebook/react/internal/featureflags/ReactNativeFeatureFlagsLocalAccessor.kt +23 -1
- package/ReactAndroid/src/main/java/com/facebook/react/internal/featureflags/ReactNativeFeatureFlagsProvider.kt +5 -1
- package/ReactAndroid/src/main/java/com/facebook/react/internal/turbomodule/core/TurboModuleManager.kt +2 -35
- package/ReactAndroid/src/main/java/com/facebook/react/modules/systeminfo/ReactNativeVersion.kt +1 -1
- package/ReactAndroid/src/main/java/com/facebook/react/uimanager/BaseViewManager.java +4 -5
- package/ReactAndroid/src/main/java/com/facebook/react/views/scroll/VirtualViewContainerStateExperimental.kt +7 -0
- package/ReactAndroid/src/main/jni/react/fabric/FabricUIManagerBinding.cpp +12 -0
- package/ReactAndroid/src/main/jni/react/featureflags/JReactNativeFeatureFlagsCxxInterop.cpp +29 -1
- package/ReactAndroid/src/main/jni/react/featureflags/JReactNativeFeatureFlagsCxxInterop.h +7 -1
- package/ReactAndroid/src/main/jni/react/jni/CatalystInstanceImpl.cpp +3 -13
- package/ReactAndroid/src/main/jni/react/jni/CatalystInstanceImpl.h +1 -4
- package/ReactAndroid/src/main/jni/react/jni/CxxModuleWrapperBase.h +0 -24
- package/ReactAndroid/src/main/jni/react/jni/JavaModuleWrapper.cpp +0 -1
- package/ReactAndroid/src/main/jni/react/jni/ModuleRegistryBuilder.cpp +1 -29
- package/ReactAndroid/src/main/jni/react/jni/ModuleRegistryBuilder.h +1 -2
- package/ReactAndroid/src/main/jni/react/jni/OnLoad.cpp +0 -2
- package/ReactAndroid/src/main/jni/react/runtime/jni/JReactHostInspectorTarget.cpp +8 -1
- package/ReactAndroid/src/main/jni/react/runtime/jni/JReactInstance.cpp +2 -1
- package/ReactAndroid/src/main/jni/react/turbomodule/ReactCommon/TurboModuleManager.cpp +1 -35
- package/ReactAndroid/src/main/jni/third-party/folly/CMakeLists.txt +1 -0
- package/ReactApple/RCTAnimatedModuleProvider/RCTAnimatedModuleProvider.mm +29 -4
- package/ReactCommon/cxxreact/ReactMarker.cpp +0 -1
- package/ReactCommon/cxxreact/ReactNativeVersion.h +1 -1
- package/ReactCommon/jsiexecutor/CMakeLists.txt +3 -1
- package/ReactCommon/jsiexecutor/React-jsiexecutor.podspec +2 -0
- package/ReactCommon/jsiexecutor/jsireact/JSIExecutor.cpp +0 -40
- package/ReactCommon/jsiexecutor/jsireact/JSIExecutor.h +1 -6
- package/ReactCommon/jsinspector-modern/ConsoleTask.cpp +27 -0
- package/ReactCommon/jsinspector-modern/ConsoleTask.h +38 -0
- package/ReactCommon/jsinspector-modern/ConsoleTaskContext.cpp +46 -0
- package/ReactCommon/jsinspector-modern/ConsoleTaskContext.h +102 -0
- package/ReactCommon/jsinspector-modern/ConsoleTaskOrchestrator.cpp +55 -0
- package/ReactCommon/jsinspector-modern/ConsoleTaskOrchestrator.h +48 -0
- package/ReactCommon/jsinspector-modern/HostTarget.h +8 -2
- package/ReactCommon/jsinspector-modern/HostTargetTraceRecording.cpp +6 -2
- package/ReactCommon/jsinspector-modern/HostTargetTraceRecording.h +15 -5
- package/ReactCommon/jsinspector-modern/HostTargetTracing.cpp +9 -5
- package/ReactCommon/jsinspector-modern/RuntimeAgent.cpp +3 -2
- package/ReactCommon/jsinspector-modern/RuntimeAgent.h +1 -1
- package/ReactCommon/jsinspector-modern/RuntimeTarget.cpp +12 -0
- package/ReactCommon/jsinspector-modern/RuntimeTarget.h +16 -13
- package/ReactCommon/jsinspector-modern/RuntimeTargetConsole.cpp +106 -1
- package/ReactCommon/jsinspector-modern/TracingAgent.cpp +19 -2
- package/ReactCommon/jsinspector-modern/tests/ConsoleCreateTaskTest.cpp +131 -0
- package/ReactCommon/jsinspector-modern/tests/ReactInstanceIntegrationTest.cpp +1 -0
- package/ReactCommon/jsinspector-modern/tests/TracingTest.cpp +59 -0
- package/ReactCommon/jsinspector-modern/tests/TracingTest.h +20 -7
- package/ReactCommon/jsinspector-modern/tracing/PerformanceTracer.cpp +32 -20
- package/ReactCommon/jsinspector-modern/tracing/PerformanceTracer.h +6 -2
- package/ReactCommon/jsinspector-modern/tracing/TargetTracingAgent.h +5 -0
- package/ReactCommon/jsinspector-modern/tracing/TraceEvent.h +2 -1
- package/ReactCommon/jsinspector-modern/tracing/TraceEventSerializer.cpp +2 -1
- package/ReactCommon/jsinspector-modern/tracing/TraceRecordingState.h +3 -0
- package/ReactCommon/jsinspector-modern/tracing/TracingCategory.h +126 -0
- package/ReactCommon/jsitooling/react/runtime/JSRuntimeBindings.cpp +54 -0
- package/ReactCommon/jsitooling/react/runtime/JSRuntimeBindings.h +20 -0
- package/ReactCommon/react/featureflags/ReactNativeFeatureFlags.cpp +9 -1
- package/ReactCommon/react/featureflags/ReactNativeFeatureFlags.h +11 -1
- package/ReactCommon/react/featureflags/ReactNativeFeatureFlagsAccessor.cpp +113 -77
- package/ReactCommon/react/featureflags/ReactNativeFeatureFlagsAccessor.h +6 -2
- package/ReactCommon/react/featureflags/ReactNativeFeatureFlagsDefaults.h +9 -1
- package/ReactCommon/react/featureflags/ReactNativeFeatureFlagsDynamicProvider.h +19 -1
- package/ReactCommon/react/featureflags/ReactNativeFeatureFlagsProvider.h +3 -1
- package/ReactCommon/react/nativemodule/core/platform/ios/ReactCommon/RCTTurboModuleManager.mm +0 -1
- package/ReactCommon/react/nativemodule/featureflags/NativeReactNativeFeatureFlags.cpp +11 -1
- package/ReactCommon/react/nativemodule/featureflags/NativeReactNativeFeatureFlags.h +5 -1
- package/ReactCommon/react/nativemodule/samples/platform/ios/ReactCommon/RCTSampleTurboModule.mm +1 -4
- package/ReactCommon/react/performance/timeline/CMakeLists.txt +1 -0
- package/ReactCommon/react/performance/timeline/PerformanceEntryReporter.cpp +9 -1
- package/ReactCommon/react/performance/timeline/React-performancetimeline.podspec +1 -0
- package/ReactCommon/react/renderer/animated/NativeAnimatedNodesManager.cpp +24 -19
- package/ReactCommon/react/renderer/animated/NativeAnimatedNodesManagerProvider.cpp +11 -6
- package/ReactCommon/react/renderer/animationbackend/AnimationBackend.cpp +67 -32
- package/ReactCommon/react/renderer/animationbackend/AnimationBackend.h +14 -2
- package/ReactCommon/react/renderer/core/EventDispatcher.cpp +1 -1
- package/ReactCommon/react/renderer/core/EventQueueProcessor.cpp +3 -3
- package/ReactCommon/react/runtime/ReactInstance.cpp +8 -6
- package/ReactCommon/react/runtime/ReactInstance.h +0 -1
- package/ReactCommon/react/runtime/TimerManager.cpp +0 -54
- package/ReactCommon/react/runtime/TimerManager.h +0 -12
- package/flow/bom.js.flow +7 -0
- package/package.json +8 -8
- package/scripts/ios-configure-glog.sh +6 -1
- package/src/private/featureflags/ReactNativeFeatureFlags.js +11 -1
- package/src/private/featureflags/specs/NativeReactNativeFeatureFlags.js +3 -1
- package/types_generated/Libraries/Components/Button.d.ts +1 -4
- package/types_generated/Libraries/StyleSheet/PlatformColorValueTypes.d.ts +3 -3
- package/ReactAndroid/src/main/java/com/facebook/react/bridge/CxxModuleWrapper.kt +0 -25
- package/ReactAndroid/src/main/java/com/facebook/react/bridge/CxxModuleWrapperBase.kt +0 -61
- package/ReactAndroid/src/main/jni/react/jni/CxxModuleWrapper.h +0 -37
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
* This source code is licensed under the MIT license found in the
|
|
5
5
|
* LICENSE file in the root directory of this source tree.
|
|
6
6
|
*
|
|
7
|
-
* @generated SignedSource<<
|
|
7
|
+
* @generated SignedSource<<58b84c54b09a6f56c37d1391f3e05e12>>
|
|
8
8
|
*/
|
|
9
9
|
|
|
10
10
|
/**
|
|
@@ -137,6 +137,24 @@ bool ReactNativeFeatureFlagsAccessor::disableFabricCommitInCXXAnimated() {
|
|
|
137
137
|
return flagValue.value();
|
|
138
138
|
}
|
|
139
139
|
|
|
140
|
+
bool ReactNativeFeatureFlagsAccessor::disableImageViewPreallocationAndroid() {
|
|
141
|
+
auto flagValue = disableImageViewPreallocationAndroid_.load();
|
|
142
|
+
|
|
143
|
+
if (!flagValue.has_value()) {
|
|
144
|
+
// This block is not exclusive but it is not necessary.
|
|
145
|
+
// If multiple threads try to initialize the feature flag, we would only
|
|
146
|
+
// be accessing the provider multiple times but the end state of this
|
|
147
|
+
// instance and the returned flag value would be the same.
|
|
148
|
+
|
|
149
|
+
markFlagAsAccessed(6, "disableImageViewPreallocationAndroid");
|
|
150
|
+
|
|
151
|
+
flagValue = currentProvider_->disableImageViewPreallocationAndroid();
|
|
152
|
+
disableImageViewPreallocationAndroid_ = flagValue;
|
|
153
|
+
}
|
|
154
|
+
|
|
155
|
+
return flagValue.value();
|
|
156
|
+
}
|
|
157
|
+
|
|
140
158
|
bool ReactNativeFeatureFlagsAccessor::disableMountItemReorderingAndroid() {
|
|
141
159
|
auto flagValue = disableMountItemReorderingAndroid_.load();
|
|
142
160
|
|
|
@@ -146,7 +164,7 @@ bool ReactNativeFeatureFlagsAccessor::disableMountItemReorderingAndroid() {
|
|
|
146
164
|
// be accessing the provider multiple times but the end state of this
|
|
147
165
|
// instance and the returned flag value would be the same.
|
|
148
166
|
|
|
149
|
-
markFlagAsAccessed(
|
|
167
|
+
markFlagAsAccessed(7, "disableMountItemReorderingAndroid");
|
|
150
168
|
|
|
151
169
|
flagValue = currentProvider_->disableMountItemReorderingAndroid();
|
|
152
170
|
disableMountItemReorderingAndroid_ = flagValue;
|
|
@@ -164,7 +182,7 @@ bool ReactNativeFeatureFlagsAccessor::disableOldAndroidAttachmentMetricsWorkarou
|
|
|
164
182
|
// be accessing the provider multiple times but the end state of this
|
|
165
183
|
// instance and the returned flag value would be the same.
|
|
166
184
|
|
|
167
|
-
markFlagAsAccessed(
|
|
185
|
+
markFlagAsAccessed(8, "disableOldAndroidAttachmentMetricsWorkarounds");
|
|
168
186
|
|
|
169
187
|
flagValue = currentProvider_->disableOldAndroidAttachmentMetricsWorkarounds();
|
|
170
188
|
disableOldAndroidAttachmentMetricsWorkarounds_ = flagValue;
|
|
@@ -182,7 +200,7 @@ bool ReactNativeFeatureFlagsAccessor::disableSubviewClippingAndroid() {
|
|
|
182
200
|
// be accessing the provider multiple times but the end state of this
|
|
183
201
|
// instance and the returned flag value would be the same.
|
|
184
202
|
|
|
185
|
-
markFlagAsAccessed(
|
|
203
|
+
markFlagAsAccessed(9, "disableSubviewClippingAndroid");
|
|
186
204
|
|
|
187
205
|
flagValue = currentProvider_->disableSubviewClippingAndroid();
|
|
188
206
|
disableSubviewClippingAndroid_ = flagValue;
|
|
@@ -200,7 +218,7 @@ bool ReactNativeFeatureFlagsAccessor::disableTextLayoutManagerCacheAndroid() {
|
|
|
200
218
|
// be accessing the provider multiple times but the end state of this
|
|
201
219
|
// instance and the returned flag value would be the same.
|
|
202
220
|
|
|
203
|
-
markFlagAsAccessed(
|
|
221
|
+
markFlagAsAccessed(10, "disableTextLayoutManagerCacheAndroid");
|
|
204
222
|
|
|
205
223
|
flagValue = currentProvider_->disableTextLayoutManagerCacheAndroid();
|
|
206
224
|
disableTextLayoutManagerCacheAndroid_ = flagValue;
|
|
@@ -209,6 +227,24 @@ bool ReactNativeFeatureFlagsAccessor::disableTextLayoutManagerCacheAndroid() {
|
|
|
209
227
|
return flagValue.value();
|
|
210
228
|
}
|
|
211
229
|
|
|
230
|
+
bool ReactNativeFeatureFlagsAccessor::disableViewPreallocationAndroid() {
|
|
231
|
+
auto flagValue = disableViewPreallocationAndroid_.load();
|
|
232
|
+
|
|
233
|
+
if (!flagValue.has_value()) {
|
|
234
|
+
// This block is not exclusive but it is not necessary.
|
|
235
|
+
// If multiple threads try to initialize the feature flag, we would only
|
|
236
|
+
// be accessing the provider multiple times but the end state of this
|
|
237
|
+
// instance and the returned flag value would be the same.
|
|
238
|
+
|
|
239
|
+
markFlagAsAccessed(11, "disableViewPreallocationAndroid");
|
|
240
|
+
|
|
241
|
+
flagValue = currentProvider_->disableViewPreallocationAndroid();
|
|
242
|
+
disableViewPreallocationAndroid_ = flagValue;
|
|
243
|
+
}
|
|
244
|
+
|
|
245
|
+
return flagValue.value();
|
|
246
|
+
}
|
|
247
|
+
|
|
212
248
|
bool ReactNativeFeatureFlagsAccessor::enableAccessibilityOrder() {
|
|
213
249
|
auto flagValue = enableAccessibilityOrder_.load();
|
|
214
250
|
|
|
@@ -218,7 +254,7 @@ bool ReactNativeFeatureFlagsAccessor::enableAccessibilityOrder() {
|
|
|
218
254
|
// be accessing the provider multiple times but the end state of this
|
|
219
255
|
// instance and the returned flag value would be the same.
|
|
220
256
|
|
|
221
|
-
markFlagAsAccessed(
|
|
257
|
+
markFlagAsAccessed(12, "enableAccessibilityOrder");
|
|
222
258
|
|
|
223
259
|
flagValue = currentProvider_->enableAccessibilityOrder();
|
|
224
260
|
enableAccessibilityOrder_ = flagValue;
|
|
@@ -236,7 +272,7 @@ bool ReactNativeFeatureFlagsAccessor::enableAccumulatedUpdatesInRawPropsAndroid(
|
|
|
236
272
|
// be accessing the provider multiple times but the end state of this
|
|
237
273
|
// instance and the returned flag value would be the same.
|
|
238
274
|
|
|
239
|
-
markFlagAsAccessed(
|
|
275
|
+
markFlagAsAccessed(13, "enableAccumulatedUpdatesInRawPropsAndroid");
|
|
240
276
|
|
|
241
277
|
flagValue = currentProvider_->enableAccumulatedUpdatesInRawPropsAndroid();
|
|
242
278
|
enableAccumulatedUpdatesInRawPropsAndroid_ = flagValue;
|
|
@@ -254,7 +290,7 @@ bool ReactNativeFeatureFlagsAccessor::enableAndroidLinearText() {
|
|
|
254
290
|
// be accessing the provider multiple times but the end state of this
|
|
255
291
|
// instance and the returned flag value would be the same.
|
|
256
292
|
|
|
257
|
-
markFlagAsAccessed(
|
|
293
|
+
markFlagAsAccessed(14, "enableAndroidLinearText");
|
|
258
294
|
|
|
259
295
|
flagValue = currentProvider_->enableAndroidLinearText();
|
|
260
296
|
enableAndroidLinearText_ = flagValue;
|
|
@@ -272,7 +308,7 @@ bool ReactNativeFeatureFlagsAccessor::enableAndroidTextMeasurementOptimizations(
|
|
|
272
308
|
// be accessing the provider multiple times but the end state of this
|
|
273
309
|
// instance and the returned flag value would be the same.
|
|
274
310
|
|
|
275
|
-
markFlagAsAccessed(
|
|
311
|
+
markFlagAsAccessed(15, "enableAndroidTextMeasurementOptimizations");
|
|
276
312
|
|
|
277
313
|
flagValue = currentProvider_->enableAndroidTextMeasurementOptimizations();
|
|
278
314
|
enableAndroidTextMeasurementOptimizations_ = flagValue;
|
|
@@ -290,7 +326,7 @@ bool ReactNativeFeatureFlagsAccessor::enableBridgelessArchitecture() {
|
|
|
290
326
|
// be accessing the provider multiple times but the end state of this
|
|
291
327
|
// instance and the returned flag value would be the same.
|
|
292
328
|
|
|
293
|
-
markFlagAsAccessed(
|
|
329
|
+
markFlagAsAccessed(16, "enableBridgelessArchitecture");
|
|
294
330
|
|
|
295
331
|
flagValue = currentProvider_->enableBridgelessArchitecture();
|
|
296
332
|
enableBridgelessArchitecture_ = flagValue;
|
|
@@ -308,7 +344,7 @@ bool ReactNativeFeatureFlagsAccessor::enableCppPropsIteratorSetter() {
|
|
|
308
344
|
// be accessing the provider multiple times but the end state of this
|
|
309
345
|
// instance and the returned flag value would be the same.
|
|
310
346
|
|
|
311
|
-
markFlagAsAccessed(
|
|
347
|
+
markFlagAsAccessed(17, "enableCppPropsIteratorSetter");
|
|
312
348
|
|
|
313
349
|
flagValue = currentProvider_->enableCppPropsIteratorSetter();
|
|
314
350
|
enableCppPropsIteratorSetter_ = flagValue;
|
|
@@ -326,7 +362,7 @@ bool ReactNativeFeatureFlagsAccessor::enableCustomFocusSearchOnClippedElementsAn
|
|
|
326
362
|
// be accessing the provider multiple times but the end state of this
|
|
327
363
|
// instance and the returned flag value would be the same.
|
|
328
364
|
|
|
329
|
-
markFlagAsAccessed(
|
|
365
|
+
markFlagAsAccessed(18, "enableCustomFocusSearchOnClippedElementsAndroid");
|
|
330
366
|
|
|
331
367
|
flagValue = currentProvider_->enableCustomFocusSearchOnClippedElementsAndroid();
|
|
332
368
|
enableCustomFocusSearchOnClippedElementsAndroid_ = flagValue;
|
|
@@ -344,7 +380,7 @@ bool ReactNativeFeatureFlagsAccessor::enableDestroyShadowTreeRevisionAsync() {
|
|
|
344
380
|
// be accessing the provider multiple times but the end state of this
|
|
345
381
|
// instance and the returned flag value would be the same.
|
|
346
382
|
|
|
347
|
-
markFlagAsAccessed(
|
|
383
|
+
markFlagAsAccessed(19, "enableDestroyShadowTreeRevisionAsync");
|
|
348
384
|
|
|
349
385
|
flagValue = currentProvider_->enableDestroyShadowTreeRevisionAsync();
|
|
350
386
|
enableDestroyShadowTreeRevisionAsync_ = flagValue;
|
|
@@ -362,7 +398,7 @@ bool ReactNativeFeatureFlagsAccessor::enableDoubleMeasurementFixAndroid() {
|
|
|
362
398
|
// be accessing the provider multiple times but the end state of this
|
|
363
399
|
// instance and the returned flag value would be the same.
|
|
364
400
|
|
|
365
|
-
markFlagAsAccessed(
|
|
401
|
+
markFlagAsAccessed(20, "enableDoubleMeasurementFixAndroid");
|
|
366
402
|
|
|
367
403
|
flagValue = currentProvider_->enableDoubleMeasurementFixAndroid();
|
|
368
404
|
enableDoubleMeasurementFixAndroid_ = flagValue;
|
|
@@ -380,7 +416,7 @@ bool ReactNativeFeatureFlagsAccessor::enableEagerMainQueueModulesOnIOS() {
|
|
|
380
416
|
// be accessing the provider multiple times but the end state of this
|
|
381
417
|
// instance and the returned flag value would be the same.
|
|
382
418
|
|
|
383
|
-
markFlagAsAccessed(
|
|
419
|
+
markFlagAsAccessed(21, "enableEagerMainQueueModulesOnIOS");
|
|
384
420
|
|
|
385
421
|
flagValue = currentProvider_->enableEagerMainQueueModulesOnIOS();
|
|
386
422
|
enableEagerMainQueueModulesOnIOS_ = flagValue;
|
|
@@ -398,7 +434,7 @@ bool ReactNativeFeatureFlagsAccessor::enableEagerRootViewAttachment() {
|
|
|
398
434
|
// be accessing the provider multiple times but the end state of this
|
|
399
435
|
// instance and the returned flag value would be the same.
|
|
400
436
|
|
|
401
|
-
markFlagAsAccessed(
|
|
437
|
+
markFlagAsAccessed(22, "enableEagerRootViewAttachment");
|
|
402
438
|
|
|
403
439
|
flagValue = currentProvider_->enableEagerRootViewAttachment();
|
|
404
440
|
enableEagerRootViewAttachment_ = flagValue;
|
|
@@ -416,7 +452,7 @@ bool ReactNativeFeatureFlagsAccessor::enableFabricLogs() {
|
|
|
416
452
|
// be accessing the provider multiple times but the end state of this
|
|
417
453
|
// instance and the returned flag value would be the same.
|
|
418
454
|
|
|
419
|
-
markFlagAsAccessed(
|
|
455
|
+
markFlagAsAccessed(23, "enableFabricLogs");
|
|
420
456
|
|
|
421
457
|
flagValue = currentProvider_->enableFabricLogs();
|
|
422
458
|
enableFabricLogs_ = flagValue;
|
|
@@ -434,7 +470,7 @@ bool ReactNativeFeatureFlagsAccessor::enableFabricRenderer() {
|
|
|
434
470
|
// be accessing the provider multiple times but the end state of this
|
|
435
471
|
// instance and the returned flag value would be the same.
|
|
436
472
|
|
|
437
|
-
markFlagAsAccessed(
|
|
473
|
+
markFlagAsAccessed(24, "enableFabricRenderer");
|
|
438
474
|
|
|
439
475
|
flagValue = currentProvider_->enableFabricRenderer();
|
|
440
476
|
enableFabricRenderer_ = flagValue;
|
|
@@ -452,7 +488,7 @@ bool ReactNativeFeatureFlagsAccessor::enableFontScaleChangesUpdatingLayout() {
|
|
|
452
488
|
// be accessing the provider multiple times but the end state of this
|
|
453
489
|
// instance and the returned flag value would be the same.
|
|
454
490
|
|
|
455
|
-
markFlagAsAccessed(
|
|
491
|
+
markFlagAsAccessed(25, "enableFontScaleChangesUpdatingLayout");
|
|
456
492
|
|
|
457
493
|
flagValue = currentProvider_->enableFontScaleChangesUpdatingLayout();
|
|
458
494
|
enableFontScaleChangesUpdatingLayout_ = flagValue;
|
|
@@ -470,7 +506,7 @@ bool ReactNativeFeatureFlagsAccessor::enableIOSTextBaselineOffsetPerLine() {
|
|
|
470
506
|
// be accessing the provider multiple times but the end state of this
|
|
471
507
|
// instance and the returned flag value would be the same.
|
|
472
508
|
|
|
473
|
-
markFlagAsAccessed(
|
|
509
|
+
markFlagAsAccessed(26, "enableIOSTextBaselineOffsetPerLine");
|
|
474
510
|
|
|
475
511
|
flagValue = currentProvider_->enableIOSTextBaselineOffsetPerLine();
|
|
476
512
|
enableIOSTextBaselineOffsetPerLine_ = flagValue;
|
|
@@ -488,7 +524,7 @@ bool ReactNativeFeatureFlagsAccessor::enableIOSViewClipToPaddingBox() {
|
|
|
488
524
|
// be accessing the provider multiple times but the end state of this
|
|
489
525
|
// instance and the returned flag value would be the same.
|
|
490
526
|
|
|
491
|
-
markFlagAsAccessed(
|
|
527
|
+
markFlagAsAccessed(27, "enableIOSViewClipToPaddingBox");
|
|
492
528
|
|
|
493
529
|
flagValue = currentProvider_->enableIOSViewClipToPaddingBox();
|
|
494
530
|
enableIOSViewClipToPaddingBox_ = flagValue;
|
|
@@ -506,7 +542,7 @@ bool ReactNativeFeatureFlagsAccessor::enableImagePrefetchingAndroid() {
|
|
|
506
542
|
// be accessing the provider multiple times but the end state of this
|
|
507
543
|
// instance and the returned flag value would be the same.
|
|
508
544
|
|
|
509
|
-
markFlagAsAccessed(
|
|
545
|
+
markFlagAsAccessed(28, "enableImagePrefetchingAndroid");
|
|
510
546
|
|
|
511
547
|
flagValue = currentProvider_->enableImagePrefetchingAndroid();
|
|
512
548
|
enableImagePrefetchingAndroid_ = flagValue;
|
|
@@ -524,7 +560,7 @@ bool ReactNativeFeatureFlagsAccessor::enableImagePrefetchingOnUiThreadAndroid()
|
|
|
524
560
|
// be accessing the provider multiple times but the end state of this
|
|
525
561
|
// instance and the returned flag value would be the same.
|
|
526
562
|
|
|
527
|
-
markFlagAsAccessed(
|
|
563
|
+
markFlagAsAccessed(29, "enableImagePrefetchingOnUiThreadAndroid");
|
|
528
564
|
|
|
529
565
|
flagValue = currentProvider_->enableImagePrefetchingOnUiThreadAndroid();
|
|
530
566
|
enableImagePrefetchingOnUiThreadAndroid_ = flagValue;
|
|
@@ -542,7 +578,7 @@ bool ReactNativeFeatureFlagsAccessor::enableImmediateUpdateModeForContentOffsetC
|
|
|
542
578
|
// be accessing the provider multiple times but the end state of this
|
|
543
579
|
// instance and the returned flag value would be the same.
|
|
544
580
|
|
|
545
|
-
markFlagAsAccessed(
|
|
581
|
+
markFlagAsAccessed(30, "enableImmediateUpdateModeForContentOffsetChanges");
|
|
546
582
|
|
|
547
583
|
flagValue = currentProvider_->enableImmediateUpdateModeForContentOffsetChanges();
|
|
548
584
|
enableImmediateUpdateModeForContentOffsetChanges_ = flagValue;
|
|
@@ -560,7 +596,7 @@ bool ReactNativeFeatureFlagsAccessor::enableImperativeFocus() {
|
|
|
560
596
|
// be accessing the provider multiple times but the end state of this
|
|
561
597
|
// instance and the returned flag value would be the same.
|
|
562
598
|
|
|
563
|
-
markFlagAsAccessed(
|
|
599
|
+
markFlagAsAccessed(31, "enableImperativeFocus");
|
|
564
600
|
|
|
565
601
|
flagValue = currentProvider_->enableImperativeFocus();
|
|
566
602
|
enableImperativeFocus_ = flagValue;
|
|
@@ -578,7 +614,7 @@ bool ReactNativeFeatureFlagsAccessor::enableInteropViewManagerClassLookUpOptimiz
|
|
|
578
614
|
// be accessing the provider multiple times but the end state of this
|
|
579
615
|
// instance and the returned flag value would be the same.
|
|
580
616
|
|
|
581
|
-
markFlagAsAccessed(
|
|
617
|
+
markFlagAsAccessed(32, "enableInteropViewManagerClassLookUpOptimizationIOS");
|
|
582
618
|
|
|
583
619
|
flagValue = currentProvider_->enableInteropViewManagerClassLookUpOptimizationIOS();
|
|
584
620
|
enableInteropViewManagerClassLookUpOptimizationIOS_ = flagValue;
|
|
@@ -596,7 +632,7 @@ bool ReactNativeFeatureFlagsAccessor::enableKeyEvents() {
|
|
|
596
632
|
// be accessing the provider multiple times but the end state of this
|
|
597
633
|
// instance and the returned flag value would be the same.
|
|
598
634
|
|
|
599
|
-
markFlagAsAccessed(
|
|
635
|
+
markFlagAsAccessed(33, "enableKeyEvents");
|
|
600
636
|
|
|
601
637
|
flagValue = currentProvider_->enableKeyEvents();
|
|
602
638
|
enableKeyEvents_ = flagValue;
|
|
@@ -614,7 +650,7 @@ bool ReactNativeFeatureFlagsAccessor::enableLayoutAnimationsOnAndroid() {
|
|
|
614
650
|
// be accessing the provider multiple times but the end state of this
|
|
615
651
|
// instance and the returned flag value would be the same.
|
|
616
652
|
|
|
617
|
-
markFlagAsAccessed(
|
|
653
|
+
markFlagAsAccessed(34, "enableLayoutAnimationsOnAndroid");
|
|
618
654
|
|
|
619
655
|
flagValue = currentProvider_->enableLayoutAnimationsOnAndroid();
|
|
620
656
|
enableLayoutAnimationsOnAndroid_ = flagValue;
|
|
@@ -632,7 +668,7 @@ bool ReactNativeFeatureFlagsAccessor::enableLayoutAnimationsOnIOS() {
|
|
|
632
668
|
// be accessing the provider multiple times but the end state of this
|
|
633
669
|
// instance and the returned flag value would be the same.
|
|
634
670
|
|
|
635
|
-
markFlagAsAccessed(
|
|
671
|
+
markFlagAsAccessed(35, "enableLayoutAnimationsOnIOS");
|
|
636
672
|
|
|
637
673
|
flagValue = currentProvider_->enableLayoutAnimationsOnIOS();
|
|
638
674
|
enableLayoutAnimationsOnIOS_ = flagValue;
|
|
@@ -650,7 +686,7 @@ bool ReactNativeFeatureFlagsAccessor::enableMainQueueCoordinatorOnIOS() {
|
|
|
650
686
|
// be accessing the provider multiple times but the end state of this
|
|
651
687
|
// instance and the returned flag value would be the same.
|
|
652
688
|
|
|
653
|
-
markFlagAsAccessed(
|
|
689
|
+
markFlagAsAccessed(36, "enableMainQueueCoordinatorOnIOS");
|
|
654
690
|
|
|
655
691
|
flagValue = currentProvider_->enableMainQueueCoordinatorOnIOS();
|
|
656
692
|
enableMainQueueCoordinatorOnIOS_ = flagValue;
|
|
@@ -668,7 +704,7 @@ bool ReactNativeFeatureFlagsAccessor::enableModuleArgumentNSNullConversionIOS()
|
|
|
668
704
|
// be accessing the provider multiple times but the end state of this
|
|
669
705
|
// instance and the returned flag value would be the same.
|
|
670
706
|
|
|
671
|
-
markFlagAsAccessed(
|
|
707
|
+
markFlagAsAccessed(37, "enableModuleArgumentNSNullConversionIOS");
|
|
672
708
|
|
|
673
709
|
flagValue = currentProvider_->enableModuleArgumentNSNullConversionIOS();
|
|
674
710
|
enableModuleArgumentNSNullConversionIOS_ = flagValue;
|
|
@@ -686,7 +722,7 @@ bool ReactNativeFeatureFlagsAccessor::enableNativeCSSParsing() {
|
|
|
686
722
|
// be accessing the provider multiple times but the end state of this
|
|
687
723
|
// instance and the returned flag value would be the same.
|
|
688
724
|
|
|
689
|
-
markFlagAsAccessed(
|
|
725
|
+
markFlagAsAccessed(38, "enableNativeCSSParsing");
|
|
690
726
|
|
|
691
727
|
flagValue = currentProvider_->enableNativeCSSParsing();
|
|
692
728
|
enableNativeCSSParsing_ = flagValue;
|
|
@@ -704,7 +740,7 @@ bool ReactNativeFeatureFlagsAccessor::enableNetworkEventReporting() {
|
|
|
704
740
|
// be accessing the provider multiple times but the end state of this
|
|
705
741
|
// instance and the returned flag value would be the same.
|
|
706
742
|
|
|
707
|
-
markFlagAsAccessed(
|
|
743
|
+
markFlagAsAccessed(39, "enableNetworkEventReporting");
|
|
708
744
|
|
|
709
745
|
flagValue = currentProvider_->enableNetworkEventReporting();
|
|
710
746
|
enableNetworkEventReporting_ = flagValue;
|
|
@@ -722,7 +758,7 @@ bool ReactNativeFeatureFlagsAccessor::enablePreparedTextLayout() {
|
|
|
722
758
|
// be accessing the provider multiple times but the end state of this
|
|
723
759
|
// instance and the returned flag value would be the same.
|
|
724
760
|
|
|
725
|
-
markFlagAsAccessed(
|
|
761
|
+
markFlagAsAccessed(40, "enablePreparedTextLayout");
|
|
726
762
|
|
|
727
763
|
flagValue = currentProvider_->enablePreparedTextLayout();
|
|
728
764
|
enablePreparedTextLayout_ = flagValue;
|
|
@@ -740,7 +776,7 @@ bool ReactNativeFeatureFlagsAccessor::enablePropsUpdateReconciliationAndroid() {
|
|
|
740
776
|
// be accessing the provider multiple times but the end state of this
|
|
741
777
|
// instance and the returned flag value would be the same.
|
|
742
778
|
|
|
743
|
-
markFlagAsAccessed(
|
|
779
|
+
markFlagAsAccessed(41, "enablePropsUpdateReconciliationAndroid");
|
|
744
780
|
|
|
745
781
|
flagValue = currentProvider_->enablePropsUpdateReconciliationAndroid();
|
|
746
782
|
enablePropsUpdateReconciliationAndroid_ = flagValue;
|
|
@@ -758,7 +794,7 @@ bool ReactNativeFeatureFlagsAccessor::enableResourceTimingAPI() {
|
|
|
758
794
|
// be accessing the provider multiple times but the end state of this
|
|
759
795
|
// instance and the returned flag value would be the same.
|
|
760
796
|
|
|
761
|
-
markFlagAsAccessed(
|
|
797
|
+
markFlagAsAccessed(42, "enableResourceTimingAPI");
|
|
762
798
|
|
|
763
799
|
flagValue = currentProvider_->enableResourceTimingAPI();
|
|
764
800
|
enableResourceTimingAPI_ = flagValue;
|
|
@@ -776,7 +812,7 @@ bool ReactNativeFeatureFlagsAccessor::enableSwiftUIBasedFilters() {
|
|
|
776
812
|
// be accessing the provider multiple times but the end state of this
|
|
777
813
|
// instance and the returned flag value would be the same.
|
|
778
814
|
|
|
779
|
-
markFlagAsAccessed(
|
|
815
|
+
markFlagAsAccessed(43, "enableSwiftUIBasedFilters");
|
|
780
816
|
|
|
781
817
|
flagValue = currentProvider_->enableSwiftUIBasedFilters();
|
|
782
818
|
enableSwiftUIBasedFilters_ = flagValue;
|
|
@@ -794,7 +830,7 @@ bool ReactNativeFeatureFlagsAccessor::enableViewCulling() {
|
|
|
794
830
|
// be accessing the provider multiple times but the end state of this
|
|
795
831
|
// instance and the returned flag value would be the same.
|
|
796
832
|
|
|
797
|
-
markFlagAsAccessed(
|
|
833
|
+
markFlagAsAccessed(44, "enableViewCulling");
|
|
798
834
|
|
|
799
835
|
flagValue = currentProvider_->enableViewCulling();
|
|
800
836
|
enableViewCulling_ = flagValue;
|
|
@@ -812,7 +848,7 @@ bool ReactNativeFeatureFlagsAccessor::enableViewRecycling() {
|
|
|
812
848
|
// be accessing the provider multiple times but the end state of this
|
|
813
849
|
// instance and the returned flag value would be the same.
|
|
814
850
|
|
|
815
|
-
markFlagAsAccessed(
|
|
851
|
+
markFlagAsAccessed(45, "enableViewRecycling");
|
|
816
852
|
|
|
817
853
|
flagValue = currentProvider_->enableViewRecycling();
|
|
818
854
|
enableViewRecycling_ = flagValue;
|
|
@@ -830,7 +866,7 @@ bool ReactNativeFeatureFlagsAccessor::enableViewRecyclingForImage() {
|
|
|
830
866
|
// be accessing the provider multiple times but the end state of this
|
|
831
867
|
// instance and the returned flag value would be the same.
|
|
832
868
|
|
|
833
|
-
markFlagAsAccessed(
|
|
869
|
+
markFlagAsAccessed(46, "enableViewRecyclingForImage");
|
|
834
870
|
|
|
835
871
|
flagValue = currentProvider_->enableViewRecyclingForImage();
|
|
836
872
|
enableViewRecyclingForImage_ = flagValue;
|
|
@@ -848,7 +884,7 @@ bool ReactNativeFeatureFlagsAccessor::enableViewRecyclingForScrollView() {
|
|
|
848
884
|
// be accessing the provider multiple times but the end state of this
|
|
849
885
|
// instance and the returned flag value would be the same.
|
|
850
886
|
|
|
851
|
-
markFlagAsAccessed(
|
|
887
|
+
markFlagAsAccessed(47, "enableViewRecyclingForScrollView");
|
|
852
888
|
|
|
853
889
|
flagValue = currentProvider_->enableViewRecyclingForScrollView();
|
|
854
890
|
enableViewRecyclingForScrollView_ = flagValue;
|
|
@@ -866,7 +902,7 @@ bool ReactNativeFeatureFlagsAccessor::enableViewRecyclingForText() {
|
|
|
866
902
|
// be accessing the provider multiple times but the end state of this
|
|
867
903
|
// instance and the returned flag value would be the same.
|
|
868
904
|
|
|
869
|
-
markFlagAsAccessed(
|
|
905
|
+
markFlagAsAccessed(48, "enableViewRecyclingForText");
|
|
870
906
|
|
|
871
907
|
flagValue = currentProvider_->enableViewRecyclingForText();
|
|
872
908
|
enableViewRecyclingForText_ = flagValue;
|
|
@@ -884,7 +920,7 @@ bool ReactNativeFeatureFlagsAccessor::enableViewRecyclingForView() {
|
|
|
884
920
|
// be accessing the provider multiple times but the end state of this
|
|
885
921
|
// instance and the returned flag value would be the same.
|
|
886
922
|
|
|
887
|
-
markFlagAsAccessed(
|
|
923
|
+
markFlagAsAccessed(49, "enableViewRecyclingForView");
|
|
888
924
|
|
|
889
925
|
flagValue = currentProvider_->enableViewRecyclingForView();
|
|
890
926
|
enableViewRecyclingForView_ = flagValue;
|
|
@@ -902,7 +938,7 @@ bool ReactNativeFeatureFlagsAccessor::enableVirtualViewClippingWithoutScrollView
|
|
|
902
938
|
// be accessing the provider multiple times but the end state of this
|
|
903
939
|
// instance and the returned flag value would be the same.
|
|
904
940
|
|
|
905
|
-
markFlagAsAccessed(
|
|
941
|
+
markFlagAsAccessed(50, "enableVirtualViewClippingWithoutScrollViewClipping");
|
|
906
942
|
|
|
907
943
|
flagValue = currentProvider_->enableVirtualViewClippingWithoutScrollViewClipping();
|
|
908
944
|
enableVirtualViewClippingWithoutScrollViewClipping_ = flagValue;
|
|
@@ -920,7 +956,7 @@ bool ReactNativeFeatureFlagsAccessor::enableVirtualViewContainerStateExperimenta
|
|
|
920
956
|
// be accessing the provider multiple times but the end state of this
|
|
921
957
|
// instance and the returned flag value would be the same.
|
|
922
958
|
|
|
923
|
-
markFlagAsAccessed(
|
|
959
|
+
markFlagAsAccessed(51, "enableVirtualViewContainerStateExperimental");
|
|
924
960
|
|
|
925
961
|
flagValue = currentProvider_->enableVirtualViewContainerStateExperimental();
|
|
926
962
|
enableVirtualViewContainerStateExperimental_ = flagValue;
|
|
@@ -938,7 +974,7 @@ bool ReactNativeFeatureFlagsAccessor::enableVirtualViewDebugFeatures() {
|
|
|
938
974
|
// be accessing the provider multiple times but the end state of this
|
|
939
975
|
// instance and the returned flag value would be the same.
|
|
940
976
|
|
|
941
|
-
markFlagAsAccessed(
|
|
977
|
+
markFlagAsAccessed(52, "enableVirtualViewDebugFeatures");
|
|
942
978
|
|
|
943
979
|
flagValue = currentProvider_->enableVirtualViewDebugFeatures();
|
|
944
980
|
enableVirtualViewDebugFeatures_ = flagValue;
|
|
@@ -956,7 +992,7 @@ bool ReactNativeFeatureFlagsAccessor::enableVirtualViewRenderState() {
|
|
|
956
992
|
// be accessing the provider multiple times but the end state of this
|
|
957
993
|
// instance and the returned flag value would be the same.
|
|
958
994
|
|
|
959
|
-
markFlagAsAccessed(
|
|
995
|
+
markFlagAsAccessed(53, "enableVirtualViewRenderState");
|
|
960
996
|
|
|
961
997
|
flagValue = currentProvider_->enableVirtualViewRenderState();
|
|
962
998
|
enableVirtualViewRenderState_ = flagValue;
|
|
@@ -974,7 +1010,7 @@ bool ReactNativeFeatureFlagsAccessor::enableVirtualViewWindowFocusDetection() {
|
|
|
974
1010
|
// be accessing the provider multiple times but the end state of this
|
|
975
1011
|
// instance and the returned flag value would be the same.
|
|
976
1012
|
|
|
977
|
-
markFlagAsAccessed(
|
|
1013
|
+
markFlagAsAccessed(54, "enableVirtualViewWindowFocusDetection");
|
|
978
1014
|
|
|
979
1015
|
flagValue = currentProvider_->enableVirtualViewWindowFocusDetection();
|
|
980
1016
|
enableVirtualViewWindowFocusDetection_ = flagValue;
|
|
@@ -992,7 +1028,7 @@ bool ReactNativeFeatureFlagsAccessor::enableWebPerformanceAPIsByDefault() {
|
|
|
992
1028
|
// be accessing the provider multiple times but the end state of this
|
|
993
1029
|
// instance and the returned flag value would be the same.
|
|
994
1030
|
|
|
995
|
-
markFlagAsAccessed(
|
|
1031
|
+
markFlagAsAccessed(55, "enableWebPerformanceAPIsByDefault");
|
|
996
1032
|
|
|
997
1033
|
flagValue = currentProvider_->enableWebPerformanceAPIsByDefault();
|
|
998
1034
|
enableWebPerformanceAPIsByDefault_ = flagValue;
|
|
@@ -1010,7 +1046,7 @@ bool ReactNativeFeatureFlagsAccessor::fixMappingOfEventPrioritiesBetweenFabricAn
|
|
|
1010
1046
|
// be accessing the provider multiple times but the end state of this
|
|
1011
1047
|
// instance and the returned flag value would be the same.
|
|
1012
1048
|
|
|
1013
|
-
markFlagAsAccessed(
|
|
1049
|
+
markFlagAsAccessed(56, "fixMappingOfEventPrioritiesBetweenFabricAndReact");
|
|
1014
1050
|
|
|
1015
1051
|
flagValue = currentProvider_->fixMappingOfEventPrioritiesBetweenFabricAndReact();
|
|
1016
1052
|
fixMappingOfEventPrioritiesBetweenFabricAndReact_ = flagValue;
|
|
@@ -1028,7 +1064,7 @@ bool ReactNativeFeatureFlagsAccessor::fuseboxEnabledRelease() {
|
|
|
1028
1064
|
// be accessing the provider multiple times but the end state of this
|
|
1029
1065
|
// instance and the returned flag value would be the same.
|
|
1030
1066
|
|
|
1031
|
-
markFlagAsAccessed(
|
|
1067
|
+
markFlagAsAccessed(57, "fuseboxEnabledRelease");
|
|
1032
1068
|
|
|
1033
1069
|
flagValue = currentProvider_->fuseboxEnabledRelease();
|
|
1034
1070
|
fuseboxEnabledRelease_ = flagValue;
|
|
@@ -1046,7 +1082,7 @@ bool ReactNativeFeatureFlagsAccessor::fuseboxNetworkInspectionEnabled() {
|
|
|
1046
1082
|
// be accessing the provider multiple times but the end state of this
|
|
1047
1083
|
// instance and the returned flag value would be the same.
|
|
1048
1084
|
|
|
1049
|
-
markFlagAsAccessed(
|
|
1085
|
+
markFlagAsAccessed(58, "fuseboxNetworkInspectionEnabled");
|
|
1050
1086
|
|
|
1051
1087
|
flagValue = currentProvider_->fuseboxNetworkInspectionEnabled();
|
|
1052
1088
|
fuseboxNetworkInspectionEnabled_ = flagValue;
|
|
@@ -1064,7 +1100,7 @@ bool ReactNativeFeatureFlagsAccessor::hideOffscreenVirtualViewsOnIOS() {
|
|
|
1064
1100
|
// be accessing the provider multiple times but the end state of this
|
|
1065
1101
|
// instance and the returned flag value would be the same.
|
|
1066
1102
|
|
|
1067
|
-
markFlagAsAccessed(
|
|
1103
|
+
markFlagAsAccessed(59, "hideOffscreenVirtualViewsOnIOS");
|
|
1068
1104
|
|
|
1069
1105
|
flagValue = currentProvider_->hideOffscreenVirtualViewsOnIOS();
|
|
1070
1106
|
hideOffscreenVirtualViewsOnIOS_ = flagValue;
|
|
@@ -1082,7 +1118,7 @@ bool ReactNativeFeatureFlagsAccessor::overrideBySynchronousMountPropsAtMountingA
|
|
|
1082
1118
|
// be accessing the provider multiple times but the end state of this
|
|
1083
1119
|
// instance and the returned flag value would be the same.
|
|
1084
1120
|
|
|
1085
|
-
markFlagAsAccessed(
|
|
1121
|
+
markFlagAsAccessed(60, "overrideBySynchronousMountPropsAtMountingAndroid");
|
|
1086
1122
|
|
|
1087
1123
|
flagValue = currentProvider_->overrideBySynchronousMountPropsAtMountingAndroid();
|
|
1088
1124
|
overrideBySynchronousMountPropsAtMountingAndroid_ = flagValue;
|
|
@@ -1100,7 +1136,7 @@ bool ReactNativeFeatureFlagsAccessor::perfIssuesEnabled() {
|
|
|
1100
1136
|
// be accessing the provider multiple times but the end state of this
|
|
1101
1137
|
// instance and the returned flag value would be the same.
|
|
1102
1138
|
|
|
1103
|
-
markFlagAsAccessed(
|
|
1139
|
+
markFlagAsAccessed(61, "perfIssuesEnabled");
|
|
1104
1140
|
|
|
1105
1141
|
flagValue = currentProvider_->perfIssuesEnabled();
|
|
1106
1142
|
perfIssuesEnabled_ = flagValue;
|
|
@@ -1118,7 +1154,7 @@ bool ReactNativeFeatureFlagsAccessor::perfMonitorV2Enabled() {
|
|
|
1118
1154
|
// be accessing the provider multiple times but the end state of this
|
|
1119
1155
|
// instance and the returned flag value would be the same.
|
|
1120
1156
|
|
|
1121
|
-
markFlagAsAccessed(
|
|
1157
|
+
markFlagAsAccessed(62, "perfMonitorV2Enabled");
|
|
1122
1158
|
|
|
1123
1159
|
flagValue = currentProvider_->perfMonitorV2Enabled();
|
|
1124
1160
|
perfMonitorV2Enabled_ = flagValue;
|
|
@@ -1136,7 +1172,7 @@ double ReactNativeFeatureFlagsAccessor::preparedTextCacheSize() {
|
|
|
1136
1172
|
// be accessing the provider multiple times but the end state of this
|
|
1137
1173
|
// instance and the returned flag value would be the same.
|
|
1138
1174
|
|
|
1139
|
-
markFlagAsAccessed(
|
|
1175
|
+
markFlagAsAccessed(63, "preparedTextCacheSize");
|
|
1140
1176
|
|
|
1141
1177
|
flagValue = currentProvider_->preparedTextCacheSize();
|
|
1142
1178
|
preparedTextCacheSize_ = flagValue;
|
|
@@ -1154,7 +1190,7 @@ bool ReactNativeFeatureFlagsAccessor::preventShadowTreeCommitExhaustion() {
|
|
|
1154
1190
|
// be accessing the provider multiple times but the end state of this
|
|
1155
1191
|
// instance and the returned flag value would be the same.
|
|
1156
1192
|
|
|
1157
|
-
markFlagAsAccessed(
|
|
1193
|
+
markFlagAsAccessed(64, "preventShadowTreeCommitExhaustion");
|
|
1158
1194
|
|
|
1159
1195
|
flagValue = currentProvider_->preventShadowTreeCommitExhaustion();
|
|
1160
1196
|
preventShadowTreeCommitExhaustion_ = flagValue;
|
|
@@ -1172,7 +1208,7 @@ bool ReactNativeFeatureFlagsAccessor::shouldPressibilityUseW3CPointerEventsForHo
|
|
|
1172
1208
|
// be accessing the provider multiple times but the end state of this
|
|
1173
1209
|
// instance and the returned flag value would be the same.
|
|
1174
1210
|
|
|
1175
|
-
markFlagAsAccessed(
|
|
1211
|
+
markFlagAsAccessed(65, "shouldPressibilityUseW3CPointerEventsForHover");
|
|
1176
1212
|
|
|
1177
1213
|
flagValue = currentProvider_->shouldPressibilityUseW3CPointerEventsForHover();
|
|
1178
1214
|
shouldPressibilityUseW3CPointerEventsForHover_ = flagValue;
|
|
@@ -1190,7 +1226,7 @@ bool ReactNativeFeatureFlagsAccessor::shouldTriggerResponderTransferOnScrollAndr
|
|
|
1190
1226
|
// be accessing the provider multiple times but the end state of this
|
|
1191
1227
|
// instance and the returned flag value would be the same.
|
|
1192
1228
|
|
|
1193
|
-
markFlagAsAccessed(
|
|
1229
|
+
markFlagAsAccessed(66, "shouldTriggerResponderTransferOnScrollAndroid");
|
|
1194
1230
|
|
|
1195
1231
|
flagValue = currentProvider_->shouldTriggerResponderTransferOnScrollAndroid();
|
|
1196
1232
|
shouldTriggerResponderTransferOnScrollAndroid_ = flagValue;
|
|
@@ -1208,7 +1244,7 @@ bool ReactNativeFeatureFlagsAccessor::skipActivityIdentityAssertionOnHostPause()
|
|
|
1208
1244
|
// be accessing the provider multiple times but the end state of this
|
|
1209
1245
|
// instance and the returned flag value would be the same.
|
|
1210
1246
|
|
|
1211
|
-
markFlagAsAccessed(
|
|
1247
|
+
markFlagAsAccessed(67, "skipActivityIdentityAssertionOnHostPause");
|
|
1212
1248
|
|
|
1213
1249
|
flagValue = currentProvider_->skipActivityIdentityAssertionOnHostPause();
|
|
1214
1250
|
skipActivityIdentityAssertionOnHostPause_ = flagValue;
|
|
@@ -1226,7 +1262,7 @@ bool ReactNativeFeatureFlagsAccessor::traceTurboModulePromiseRejectionsOnAndroid
|
|
|
1226
1262
|
// be accessing the provider multiple times but the end state of this
|
|
1227
1263
|
// instance and the returned flag value would be the same.
|
|
1228
1264
|
|
|
1229
|
-
markFlagAsAccessed(
|
|
1265
|
+
markFlagAsAccessed(68, "traceTurboModulePromiseRejectionsOnAndroid");
|
|
1230
1266
|
|
|
1231
1267
|
flagValue = currentProvider_->traceTurboModulePromiseRejectionsOnAndroid();
|
|
1232
1268
|
traceTurboModulePromiseRejectionsOnAndroid_ = flagValue;
|
|
@@ -1244,7 +1280,7 @@ bool ReactNativeFeatureFlagsAccessor::updateRuntimeShadowNodeReferencesOnCommit(
|
|
|
1244
1280
|
// be accessing the provider multiple times but the end state of this
|
|
1245
1281
|
// instance and the returned flag value would be the same.
|
|
1246
1282
|
|
|
1247
|
-
markFlagAsAccessed(
|
|
1283
|
+
markFlagAsAccessed(69, "updateRuntimeShadowNodeReferencesOnCommit");
|
|
1248
1284
|
|
|
1249
1285
|
flagValue = currentProvider_->updateRuntimeShadowNodeReferencesOnCommit();
|
|
1250
1286
|
updateRuntimeShadowNodeReferencesOnCommit_ = flagValue;
|
|
@@ -1262,7 +1298,7 @@ bool ReactNativeFeatureFlagsAccessor::useAlwaysAvailableJSErrorHandling() {
|
|
|
1262
1298
|
// be accessing the provider multiple times but the end state of this
|
|
1263
1299
|
// instance and the returned flag value would be the same.
|
|
1264
1300
|
|
|
1265
|
-
markFlagAsAccessed(
|
|
1301
|
+
markFlagAsAccessed(70, "useAlwaysAvailableJSErrorHandling");
|
|
1266
1302
|
|
|
1267
1303
|
flagValue = currentProvider_->useAlwaysAvailableJSErrorHandling();
|
|
1268
1304
|
useAlwaysAvailableJSErrorHandling_ = flagValue;
|
|
@@ -1280,7 +1316,7 @@ bool ReactNativeFeatureFlagsAccessor::useFabricInterop() {
|
|
|
1280
1316
|
// be accessing the provider multiple times but the end state of this
|
|
1281
1317
|
// instance and the returned flag value would be the same.
|
|
1282
1318
|
|
|
1283
|
-
markFlagAsAccessed(
|
|
1319
|
+
markFlagAsAccessed(71, "useFabricInterop");
|
|
1284
1320
|
|
|
1285
1321
|
flagValue = currentProvider_->useFabricInterop();
|
|
1286
1322
|
useFabricInterop_ = flagValue;
|
|
@@ -1298,7 +1334,7 @@ bool ReactNativeFeatureFlagsAccessor::useNativeEqualsInNativeReadableArrayAndroi
|
|
|
1298
1334
|
// be accessing the provider multiple times but the end state of this
|
|
1299
1335
|
// instance and the returned flag value would be the same.
|
|
1300
1336
|
|
|
1301
|
-
markFlagAsAccessed(
|
|
1337
|
+
markFlagAsAccessed(72, "useNativeEqualsInNativeReadableArrayAndroid");
|
|
1302
1338
|
|
|
1303
1339
|
flagValue = currentProvider_->useNativeEqualsInNativeReadableArrayAndroid();
|
|
1304
1340
|
useNativeEqualsInNativeReadableArrayAndroid_ = flagValue;
|
|
@@ -1316,7 +1352,7 @@ bool ReactNativeFeatureFlagsAccessor::useNativeTransformHelperAndroid() {
|
|
|
1316
1352
|
// be accessing the provider multiple times but the end state of this
|
|
1317
1353
|
// instance and the returned flag value would be the same.
|
|
1318
1354
|
|
|
1319
|
-
markFlagAsAccessed(
|
|
1355
|
+
markFlagAsAccessed(73, "useNativeTransformHelperAndroid");
|
|
1320
1356
|
|
|
1321
1357
|
flagValue = currentProvider_->useNativeTransformHelperAndroid();
|
|
1322
1358
|
useNativeTransformHelperAndroid_ = flagValue;
|
|
@@ -1334,7 +1370,7 @@ bool ReactNativeFeatureFlagsAccessor::useNativeViewConfigsInBridgelessMode() {
|
|
|
1334
1370
|
// be accessing the provider multiple times but the end state of this
|
|
1335
1371
|
// instance and the returned flag value would be the same.
|
|
1336
1372
|
|
|
1337
|
-
markFlagAsAccessed(
|
|
1373
|
+
markFlagAsAccessed(74, "useNativeViewConfigsInBridgelessMode");
|
|
1338
1374
|
|
|
1339
1375
|
flagValue = currentProvider_->useNativeViewConfigsInBridgelessMode();
|
|
1340
1376
|
useNativeViewConfigsInBridgelessMode_ = flagValue;
|
|
@@ -1352,7 +1388,7 @@ bool ReactNativeFeatureFlagsAccessor::useRawPropsJsiValue() {
|
|
|
1352
1388
|
// be accessing the provider multiple times but the end state of this
|
|
1353
1389
|
// instance and the returned flag value would be the same.
|
|
1354
1390
|
|
|
1355
|
-
markFlagAsAccessed(
|
|
1391
|
+
markFlagAsAccessed(75, "useRawPropsJsiValue");
|
|
1356
1392
|
|
|
1357
1393
|
flagValue = currentProvider_->useRawPropsJsiValue();
|
|
1358
1394
|
useRawPropsJsiValue_ = flagValue;
|
|
@@ -1370,7 +1406,7 @@ bool ReactNativeFeatureFlagsAccessor::useShadowNodeStateOnClone() {
|
|
|
1370
1406
|
// be accessing the provider multiple times but the end state of this
|
|
1371
1407
|
// instance and the returned flag value would be the same.
|
|
1372
1408
|
|
|
1373
|
-
markFlagAsAccessed(
|
|
1409
|
+
markFlagAsAccessed(76, "useShadowNodeStateOnClone");
|
|
1374
1410
|
|
|
1375
1411
|
flagValue = currentProvider_->useShadowNodeStateOnClone();
|
|
1376
1412
|
useShadowNodeStateOnClone_ = flagValue;
|
|
@@ -1388,7 +1424,7 @@ bool ReactNativeFeatureFlagsAccessor::useSharedAnimatedBackend() {
|
|
|
1388
1424
|
// be accessing the provider multiple times but the end state of this
|
|
1389
1425
|
// instance and the returned flag value would be the same.
|
|
1390
1426
|
|
|
1391
|
-
markFlagAsAccessed(
|
|
1427
|
+
markFlagAsAccessed(77, "useSharedAnimatedBackend");
|
|
1392
1428
|
|
|
1393
1429
|
flagValue = currentProvider_->useSharedAnimatedBackend();
|
|
1394
1430
|
useSharedAnimatedBackend_ = flagValue;
|
|
@@ -1406,7 +1442,7 @@ bool ReactNativeFeatureFlagsAccessor::useTraitHiddenOnAndroid() {
|
|
|
1406
1442
|
// be accessing the provider multiple times but the end state of this
|
|
1407
1443
|
// instance and the returned flag value would be the same.
|
|
1408
1444
|
|
|
1409
|
-
markFlagAsAccessed(
|
|
1445
|
+
markFlagAsAccessed(78, "useTraitHiddenOnAndroid");
|
|
1410
1446
|
|
|
1411
1447
|
flagValue = currentProvider_->useTraitHiddenOnAndroid();
|
|
1412
1448
|
useTraitHiddenOnAndroid_ = flagValue;
|
|
@@ -1424,7 +1460,7 @@ bool ReactNativeFeatureFlagsAccessor::useTurboModuleInterop() {
|
|
|
1424
1460
|
// be accessing the provider multiple times but the end state of this
|
|
1425
1461
|
// instance and the returned flag value would be the same.
|
|
1426
1462
|
|
|
1427
|
-
markFlagAsAccessed(
|
|
1463
|
+
markFlagAsAccessed(79, "useTurboModuleInterop");
|
|
1428
1464
|
|
|
1429
1465
|
flagValue = currentProvider_->useTurboModuleInterop();
|
|
1430
1466
|
useTurboModuleInterop_ = flagValue;
|
|
@@ -1442,7 +1478,7 @@ bool ReactNativeFeatureFlagsAccessor::useTurboModules() {
|
|
|
1442
1478
|
// be accessing the provider multiple times but the end state of this
|
|
1443
1479
|
// instance and the returned flag value would be the same.
|
|
1444
1480
|
|
|
1445
|
-
markFlagAsAccessed(
|
|
1481
|
+
markFlagAsAccessed(80, "useTurboModules");
|
|
1446
1482
|
|
|
1447
1483
|
flagValue = currentProvider_->useTurboModules();
|
|
1448
1484
|
useTurboModules_ = flagValue;
|
|
@@ -1460,7 +1496,7 @@ double ReactNativeFeatureFlagsAccessor::viewCullingOutsetRatio() {
|
|
|
1460
1496
|
// be accessing the provider multiple times but the end state of this
|
|
1461
1497
|
// instance and the returned flag value would be the same.
|
|
1462
1498
|
|
|
1463
|
-
markFlagAsAccessed(
|
|
1499
|
+
markFlagAsAccessed(81, "viewCullingOutsetRatio");
|
|
1464
1500
|
|
|
1465
1501
|
flagValue = currentProvider_->viewCullingOutsetRatio();
|
|
1466
1502
|
viewCullingOutsetRatio_ = flagValue;
|
|
@@ -1478,7 +1514,7 @@ double ReactNativeFeatureFlagsAccessor::virtualViewHysteresisRatio() {
|
|
|
1478
1514
|
// be accessing the provider multiple times but the end state of this
|
|
1479
1515
|
// instance and the returned flag value would be the same.
|
|
1480
1516
|
|
|
1481
|
-
markFlagAsAccessed(
|
|
1517
|
+
markFlagAsAccessed(82, "virtualViewHysteresisRatio");
|
|
1482
1518
|
|
|
1483
1519
|
flagValue = currentProvider_->virtualViewHysteresisRatio();
|
|
1484
1520
|
virtualViewHysteresisRatio_ = flagValue;
|
|
@@ -1496,7 +1532,7 @@ double ReactNativeFeatureFlagsAccessor::virtualViewPrerenderRatio() {
|
|
|
1496
1532
|
// be accessing the provider multiple times but the end state of this
|
|
1497
1533
|
// instance and the returned flag value would be the same.
|
|
1498
1534
|
|
|
1499
|
-
markFlagAsAccessed(
|
|
1535
|
+
markFlagAsAccessed(83, "virtualViewPrerenderRatio");
|
|
1500
1536
|
|
|
1501
1537
|
flagValue = currentProvider_->virtualViewPrerenderRatio();
|
|
1502
1538
|
virtualViewPrerenderRatio_ = flagValue;
|