react-native 0.84.0-nightly-20251105-5ec5cc3a3 → 0.84.0-nightly-20251106-de5141a3d
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/Blob/RCTBlobManager.mm +4 -1
- package/Libraries/Blob/RCTFileReaderModule.mm +4 -1
- package/Libraries/Core/ReactNativeVersion.js +1 -1
- package/Libraries/Image/RCTBundleAssetImageLoader.mm +4 -1
- package/Libraries/Image/RCTGIFImageDecoder.mm +4 -1
- package/Libraries/Image/RCTImageEditingManager.mm +4 -1
- package/Libraries/Image/RCTImageLoader.mm +4 -1
- package/Libraries/Image/RCTImageStoreManager.mm +4 -1
- package/Libraries/Image/RCTImageViewManager.mm +4 -1
- package/Libraries/Image/RCTLocalAssetImageLoader.mm +4 -1
- package/Libraries/LinkingIOS/RCTLinkingManager.mm +4 -1
- package/Libraries/NativeAnimation/RCTNativeAnimatedModule.mm +4 -1
- package/Libraries/NativeAnimation/RCTNativeAnimatedTurboModule.mm +4 -1
- package/Libraries/Network/RCTDataRequestHandler.mm +4 -1
- package/Libraries/Network/RCTFileRequestHandler.mm +4 -1
- package/Libraries/Network/RCTHTTPRequestHandler.mm +4 -1
- package/Libraries/Network/RCTNetworking.mm +4 -1
- package/Libraries/PushNotificationIOS/RCTPushNotificationManager.mm +4 -1
- package/Libraries/Settings/RCTSettingsManager.mm +4 -1
- package/Libraries/Text/BaseText/RCTBaseTextViewManager.mm +4 -1
- package/Libraries/Text/RawText/RCTRawTextViewManager.mm +4 -1
- package/Libraries/Text/Text/RCTTextViewManager.mm +4 -1
- package/Libraries/Text/TextInput/Multiline/RCTMultilineTextInputViewManager.mm +4 -1
- package/Libraries/Text/TextInput/RCTBaseTextInputViewManager.mm +4 -1
- package/Libraries/Text/TextInput/RCTInputAccessoryViewManager.mm +4 -1
- package/Libraries/Text/TextInput/Singleline/RCTSinglelineTextInputViewManager.mm +4 -1
- package/Libraries/Text/VirtualText/RCTVirtualTextViewManager.mm +4 -1
- package/Libraries/Vibration/RCTVibration.mm +4 -1
- package/React/Base/RCTVersion.m +1 -1
- package/React/CoreModules/RCTAccessibilityManager.mm +4 -1
- package/React/CoreModules/RCTActionSheetManager.mm +4 -1
- package/React/CoreModules/RCTAlertManager.mm +4 -1
- package/React/CoreModules/RCTAppState.mm +4 -1
- package/React/CoreModules/RCTAppearance.mm +4 -1
- package/React/CoreModules/RCTClipboard.mm +4 -1
- package/React/CoreModules/RCTDevLoadingView.mm +4 -1
- package/React/CoreModules/RCTDevMenu.mm +4 -1
- package/React/CoreModules/RCTDevSettings.mm +4 -1
- package/React/CoreModules/RCTDevToolsRuntimeSettingsModule.mm +5 -1
- package/React/CoreModules/RCTDeviceInfo.mm +4 -1
- package/React/CoreModules/RCTEventDispatcher.mm +4 -1
- package/React/CoreModules/RCTExceptionsManager.mm +4 -1
- package/React/CoreModules/RCTI18nManager.mm +4 -1
- package/React/CoreModules/RCTKeyboardObserver.mm +4 -1
- package/React/CoreModules/RCTLogBox.mm +4 -1
- package/React/CoreModules/RCTPerfMonitor.mm +4 -1
- package/React/CoreModules/RCTPlatform.mm +4 -1
- package/React/CoreModules/RCTRedBox.mm +4 -1
- package/React/CoreModules/RCTSourceCode.mm +4 -1
- package/React/CoreModules/RCTStatusBarManager.mm +4 -1
- package/React/CoreModules/RCTTiming.mm +4 -1
- package/React/CoreModules/RCTWebSocketModule.mm +4 -1
- package/React/CoreModules/React-CoreModules.podspec +1 -0
- package/React/FBReactNativeSpec/FBReactNativeSpecJSI.h +8 -8
- package/React/Fabric/Surface/RCTFabricSurface.mm +1 -1
- package/React/Modules/RCTUIManager.mm +4 -1
- package/React/Runtime/React-RCTRuntime.podspec +1 -0
- package/React/Views/RCTActivityIndicatorViewManager.m +4 -1
- package/React/Views/RCTDebuggingOverlayManager.m +4 -1
- package/React/Views/RCTModalHostViewManager.m +4 -1
- package/React/Views/RCTModalManager.m +4 -1
- package/React/Views/RCTSwitchManager.m +4 -1
- package/React/Views/RCTViewManager.m +4 -1
- package/React/Views/RefreshControl/RCTRefreshControlManager.m +4 -1
- package/React/Views/SafeAreaView/RCTSafeAreaViewManager.m +4 -1
- package/React/Views/ScrollView/RCTScrollContentViewManager.m +4 -1
- package/React/Views/ScrollView/RCTScrollViewManager.m +4 -1
- package/ReactAndroid/gradle.properties +1 -1
- package/ReactAndroid/src/main/java/com/facebook/react/internal/featureflags/ReactNativeFeatureFlags.kt +7 -7
- package/ReactAndroid/src/main/java/com/facebook/react/internal/featureflags/ReactNativeFeatureFlagsCxxAccessor.kt +11 -11
- package/ReactAndroid/src/main/java/com/facebook/react/internal/featureflags/ReactNativeFeatureFlagsCxxInterop.kt +3 -3
- package/ReactAndroid/src/main/java/com/facebook/react/internal/featureflags/ReactNativeFeatureFlagsDefaults.kt +3 -3
- package/ReactAndroid/src/main/java/com/facebook/react/internal/featureflags/ReactNativeFeatureFlagsLocalAccessor.kt +12 -12
- package/ReactAndroid/src/main/java/com/facebook/react/internal/featureflags/ReactNativeFeatureFlagsProvider.kt +3 -3
- package/ReactAndroid/src/main/java/com/facebook/react/modules/systeminfo/ReactNativeVersion.kt +1 -1
- package/ReactAndroid/src/main/java/com/facebook/react/uimanager/events/FabricEventDispatcher.kt +3 -36
- package/ReactAndroid/src/main/java/com/facebook/react/views/scroll/ReactHorizontalScrollView.java +4 -0
- package/ReactAndroid/src/main/java/com/facebook/react/views/scroll/ReactScrollView.java +4 -0
- package/ReactAndroid/src/main/java/com/facebook/react/views/view/ReactViewGroup.kt +11 -1
- package/ReactAndroid/src/main/jni/react/fabric/FabricUIManagerBinding.cpp +36 -26
- package/ReactAndroid/src/main/jni/react/featureflags/JReactNativeFeatureFlagsCxxInterop.cpp +15 -15
- package/ReactAndroid/src/main/jni/react/featureflags/JReactNativeFeatureFlagsCxxInterop.h +4 -4
- package/ReactCommon/cxxreact/React-cxxreact.podspec +1 -0
- package/ReactCommon/cxxreact/ReactNativeVersion.h +1 -1
- package/ReactCommon/jsiexecutor/React-jsiexecutor.podspec +1 -0
- package/ReactCommon/jsinspector-modern/tracing/React-jsinspectortracing.podspec +4 -0
- package/ReactCommon/jsitooling/React-jsitooling.podspec +1 -0
- package/ReactCommon/react/featureflags/ReactNativeFeatureFlags.cpp +5 -5
- package/ReactCommon/react/featureflags/ReactNativeFeatureFlags.h +6 -6
- package/ReactCommon/react/featureflags/ReactNativeFeatureFlagsAccessor.cpp +83 -83
- package/ReactCommon/react/featureflags/ReactNativeFeatureFlagsAccessor.h +3 -3
- package/ReactCommon/react/featureflags/ReactNativeFeatureFlagsDefaults.h +5 -5
- package/ReactCommon/react/featureflags/ReactNativeFeatureFlagsDynamicProvider.h +10 -10
- package/ReactCommon/react/featureflags/ReactNativeFeatureFlagsProvider.h +2 -2
- package/ReactCommon/react/nativemodule/featureflags/NativeReactNativeFeatureFlags.cpp +6 -6
- package/ReactCommon/react/nativemodule/featureflags/NativeReactNativeFeatureFlags.h +3 -3
- package/ReactCommon/react/nativemodule/samples/platform/ios/ReactCommon/RCTSampleTurboModule.mm +4 -1
- package/ReactCommon/react/renderer/scheduler/SurfaceHandler.cpp +0 -20
- package/ReactCommon/react/renderer/scheduler/SurfaceHandler.h +3 -3
- package/ReactCommon/react/renderer/scheduler/SurfaceManager.cpp +2 -3
- package/ReactCommon/react/utils/React-utils.podspec +3 -1
- package/package.json +9 -8
- package/src/private/featureflags/ReactNativeFeatureFlags.js +6 -6
- package/src/private/featureflags/specs/NativeReactNativeFeatureFlags.js +2 -2
|
@@ -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<<8f6640b5dc86a3f50b14ba9d222de89c>>
|
|
8
8
|
*/
|
|
9
9
|
|
|
10
10
|
/**
|
|
@@ -173,6 +173,24 @@ bool ReactNativeFeatureFlagsAccessor::disableOldAndroidAttachmentMetricsWorkarou
|
|
|
173
173
|
return flagValue.value();
|
|
174
174
|
}
|
|
175
175
|
|
|
176
|
+
bool ReactNativeFeatureFlagsAccessor::disableSubviewClippingAndroid() {
|
|
177
|
+
auto flagValue = disableSubviewClippingAndroid_.load();
|
|
178
|
+
|
|
179
|
+
if (!flagValue.has_value()) {
|
|
180
|
+
// This block is not exclusive but it is not necessary.
|
|
181
|
+
// If multiple threads try to initialize the feature flag, we would only
|
|
182
|
+
// be accessing the provider multiple times but the end state of this
|
|
183
|
+
// instance and the returned flag value would be the same.
|
|
184
|
+
|
|
185
|
+
markFlagAsAccessed(8, "disableSubviewClippingAndroid");
|
|
186
|
+
|
|
187
|
+
flagValue = currentProvider_->disableSubviewClippingAndroid();
|
|
188
|
+
disableSubviewClippingAndroid_ = flagValue;
|
|
189
|
+
}
|
|
190
|
+
|
|
191
|
+
return flagValue.value();
|
|
192
|
+
}
|
|
193
|
+
|
|
176
194
|
bool ReactNativeFeatureFlagsAccessor::disableTextLayoutManagerCacheAndroid() {
|
|
177
195
|
auto flagValue = disableTextLayoutManagerCacheAndroid_.load();
|
|
178
196
|
|
|
@@ -182,7 +200,7 @@ bool ReactNativeFeatureFlagsAccessor::disableTextLayoutManagerCacheAndroid() {
|
|
|
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, "disableTextLayoutManagerCacheAndroid");
|
|
186
204
|
|
|
187
205
|
flagValue = currentProvider_->disableTextLayoutManagerCacheAndroid();
|
|
188
206
|
disableTextLayoutManagerCacheAndroid_ = flagValue;
|
|
@@ -200,7 +218,7 @@ bool ReactNativeFeatureFlagsAccessor::enableAccessibilityOrder() {
|
|
|
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, "enableAccessibilityOrder");
|
|
204
222
|
|
|
205
223
|
flagValue = currentProvider_->enableAccessibilityOrder();
|
|
206
224
|
enableAccessibilityOrder_ = flagValue;
|
|
@@ -218,7 +236,7 @@ bool ReactNativeFeatureFlagsAccessor::enableAccumulatedUpdatesInRawPropsAndroid(
|
|
|
218
236
|
// be accessing the provider multiple times but the end state of this
|
|
219
237
|
// instance and the returned flag value would be the same.
|
|
220
238
|
|
|
221
|
-
markFlagAsAccessed(
|
|
239
|
+
markFlagAsAccessed(11, "enableAccumulatedUpdatesInRawPropsAndroid");
|
|
222
240
|
|
|
223
241
|
flagValue = currentProvider_->enableAccumulatedUpdatesInRawPropsAndroid();
|
|
224
242
|
enableAccumulatedUpdatesInRawPropsAndroid_ = flagValue;
|
|
@@ -236,7 +254,7 @@ bool ReactNativeFeatureFlagsAccessor::enableAndroidLinearText() {
|
|
|
236
254
|
// be accessing the provider multiple times but the end state of this
|
|
237
255
|
// instance and the returned flag value would be the same.
|
|
238
256
|
|
|
239
|
-
markFlagAsAccessed(
|
|
257
|
+
markFlagAsAccessed(12, "enableAndroidLinearText");
|
|
240
258
|
|
|
241
259
|
flagValue = currentProvider_->enableAndroidLinearText();
|
|
242
260
|
enableAndroidLinearText_ = flagValue;
|
|
@@ -254,7 +272,7 @@ bool ReactNativeFeatureFlagsAccessor::enableAndroidTextMeasurementOptimizations(
|
|
|
254
272
|
// be accessing the provider multiple times but the end state of this
|
|
255
273
|
// instance and the returned flag value would be the same.
|
|
256
274
|
|
|
257
|
-
markFlagAsAccessed(
|
|
275
|
+
markFlagAsAccessed(13, "enableAndroidTextMeasurementOptimizations");
|
|
258
276
|
|
|
259
277
|
flagValue = currentProvider_->enableAndroidTextMeasurementOptimizations();
|
|
260
278
|
enableAndroidTextMeasurementOptimizations_ = flagValue;
|
|
@@ -272,7 +290,7 @@ bool ReactNativeFeatureFlagsAccessor::enableBridgelessArchitecture() {
|
|
|
272
290
|
// be accessing the provider multiple times but the end state of this
|
|
273
291
|
// instance and the returned flag value would be the same.
|
|
274
292
|
|
|
275
|
-
markFlagAsAccessed(
|
|
293
|
+
markFlagAsAccessed(14, "enableBridgelessArchitecture");
|
|
276
294
|
|
|
277
295
|
flagValue = currentProvider_->enableBridgelessArchitecture();
|
|
278
296
|
enableBridgelessArchitecture_ = flagValue;
|
|
@@ -290,7 +308,7 @@ bool ReactNativeFeatureFlagsAccessor::enableCppPropsIteratorSetter() {
|
|
|
290
308
|
// be accessing the provider multiple times but the end state of this
|
|
291
309
|
// instance and the returned flag value would be the same.
|
|
292
310
|
|
|
293
|
-
markFlagAsAccessed(
|
|
311
|
+
markFlagAsAccessed(15, "enableCppPropsIteratorSetter");
|
|
294
312
|
|
|
295
313
|
flagValue = currentProvider_->enableCppPropsIteratorSetter();
|
|
296
314
|
enableCppPropsIteratorSetter_ = flagValue;
|
|
@@ -308,7 +326,7 @@ bool ReactNativeFeatureFlagsAccessor::enableCustomFocusSearchOnClippedElementsAn
|
|
|
308
326
|
// be accessing the provider multiple times but the end state of this
|
|
309
327
|
// instance and the returned flag value would be the same.
|
|
310
328
|
|
|
311
|
-
markFlagAsAccessed(
|
|
329
|
+
markFlagAsAccessed(16, "enableCustomFocusSearchOnClippedElementsAndroid");
|
|
312
330
|
|
|
313
331
|
flagValue = currentProvider_->enableCustomFocusSearchOnClippedElementsAndroid();
|
|
314
332
|
enableCustomFocusSearchOnClippedElementsAndroid_ = flagValue;
|
|
@@ -326,7 +344,7 @@ bool ReactNativeFeatureFlagsAccessor::enableDestroyShadowTreeRevisionAsync() {
|
|
|
326
344
|
// be accessing the provider multiple times but the end state of this
|
|
327
345
|
// instance and the returned flag value would be the same.
|
|
328
346
|
|
|
329
|
-
markFlagAsAccessed(
|
|
347
|
+
markFlagAsAccessed(17, "enableDestroyShadowTreeRevisionAsync");
|
|
330
348
|
|
|
331
349
|
flagValue = currentProvider_->enableDestroyShadowTreeRevisionAsync();
|
|
332
350
|
enableDestroyShadowTreeRevisionAsync_ = flagValue;
|
|
@@ -344,7 +362,7 @@ bool ReactNativeFeatureFlagsAccessor::enableDoubleMeasurementFixAndroid() {
|
|
|
344
362
|
// be accessing the provider multiple times but the end state of this
|
|
345
363
|
// instance and the returned flag value would be the same.
|
|
346
364
|
|
|
347
|
-
markFlagAsAccessed(
|
|
365
|
+
markFlagAsAccessed(18, "enableDoubleMeasurementFixAndroid");
|
|
348
366
|
|
|
349
367
|
flagValue = currentProvider_->enableDoubleMeasurementFixAndroid();
|
|
350
368
|
enableDoubleMeasurementFixAndroid_ = flagValue;
|
|
@@ -362,7 +380,7 @@ bool ReactNativeFeatureFlagsAccessor::enableEagerMainQueueModulesOnIOS() {
|
|
|
362
380
|
// be accessing the provider multiple times but the end state of this
|
|
363
381
|
// instance and the returned flag value would be the same.
|
|
364
382
|
|
|
365
|
-
markFlagAsAccessed(
|
|
383
|
+
markFlagAsAccessed(19, "enableEagerMainQueueModulesOnIOS");
|
|
366
384
|
|
|
367
385
|
flagValue = currentProvider_->enableEagerMainQueueModulesOnIOS();
|
|
368
386
|
enableEagerMainQueueModulesOnIOS_ = flagValue;
|
|
@@ -380,7 +398,7 @@ bool ReactNativeFeatureFlagsAccessor::enableEagerRootViewAttachment() {
|
|
|
380
398
|
// be accessing the provider multiple times but the end state of this
|
|
381
399
|
// instance and the returned flag value would be the same.
|
|
382
400
|
|
|
383
|
-
markFlagAsAccessed(
|
|
401
|
+
markFlagAsAccessed(20, "enableEagerRootViewAttachment");
|
|
384
402
|
|
|
385
403
|
flagValue = currentProvider_->enableEagerRootViewAttachment();
|
|
386
404
|
enableEagerRootViewAttachment_ = flagValue;
|
|
@@ -398,7 +416,7 @@ bool ReactNativeFeatureFlagsAccessor::enableFabricLogs() {
|
|
|
398
416
|
// be accessing the provider multiple times but the end state of this
|
|
399
417
|
// instance and the returned flag value would be the same.
|
|
400
418
|
|
|
401
|
-
markFlagAsAccessed(
|
|
419
|
+
markFlagAsAccessed(21, "enableFabricLogs");
|
|
402
420
|
|
|
403
421
|
flagValue = currentProvider_->enableFabricLogs();
|
|
404
422
|
enableFabricLogs_ = flagValue;
|
|
@@ -416,7 +434,7 @@ bool ReactNativeFeatureFlagsAccessor::enableFabricRenderer() {
|
|
|
416
434
|
// be accessing the provider multiple times but the end state of this
|
|
417
435
|
// instance and the returned flag value would be the same.
|
|
418
436
|
|
|
419
|
-
markFlagAsAccessed(
|
|
437
|
+
markFlagAsAccessed(22, "enableFabricRenderer");
|
|
420
438
|
|
|
421
439
|
flagValue = currentProvider_->enableFabricRenderer();
|
|
422
440
|
enableFabricRenderer_ = flagValue;
|
|
@@ -434,7 +452,7 @@ bool ReactNativeFeatureFlagsAccessor::enableFontScaleChangesUpdatingLayout() {
|
|
|
434
452
|
// be accessing the provider multiple times but the end state of this
|
|
435
453
|
// instance and the returned flag value would be the same.
|
|
436
454
|
|
|
437
|
-
markFlagAsAccessed(
|
|
455
|
+
markFlagAsAccessed(23, "enableFontScaleChangesUpdatingLayout");
|
|
438
456
|
|
|
439
457
|
flagValue = currentProvider_->enableFontScaleChangesUpdatingLayout();
|
|
440
458
|
enableFontScaleChangesUpdatingLayout_ = flagValue;
|
|
@@ -452,7 +470,7 @@ bool ReactNativeFeatureFlagsAccessor::enableIOSTextBaselineOffsetPerLine() {
|
|
|
452
470
|
// be accessing the provider multiple times but the end state of this
|
|
453
471
|
// instance and the returned flag value would be the same.
|
|
454
472
|
|
|
455
|
-
markFlagAsAccessed(
|
|
473
|
+
markFlagAsAccessed(24, "enableIOSTextBaselineOffsetPerLine");
|
|
456
474
|
|
|
457
475
|
flagValue = currentProvider_->enableIOSTextBaselineOffsetPerLine();
|
|
458
476
|
enableIOSTextBaselineOffsetPerLine_ = flagValue;
|
|
@@ -470,7 +488,7 @@ bool ReactNativeFeatureFlagsAccessor::enableIOSViewClipToPaddingBox() {
|
|
|
470
488
|
// be accessing the provider multiple times but the end state of this
|
|
471
489
|
// instance and the returned flag value would be the same.
|
|
472
490
|
|
|
473
|
-
markFlagAsAccessed(
|
|
491
|
+
markFlagAsAccessed(25, "enableIOSViewClipToPaddingBox");
|
|
474
492
|
|
|
475
493
|
flagValue = currentProvider_->enableIOSViewClipToPaddingBox();
|
|
476
494
|
enableIOSViewClipToPaddingBox_ = flagValue;
|
|
@@ -488,7 +506,7 @@ bool ReactNativeFeatureFlagsAccessor::enableImagePrefetchingAndroid() {
|
|
|
488
506
|
// be accessing the provider multiple times but the end state of this
|
|
489
507
|
// instance and the returned flag value would be the same.
|
|
490
508
|
|
|
491
|
-
markFlagAsAccessed(
|
|
509
|
+
markFlagAsAccessed(26, "enableImagePrefetchingAndroid");
|
|
492
510
|
|
|
493
511
|
flagValue = currentProvider_->enableImagePrefetchingAndroid();
|
|
494
512
|
enableImagePrefetchingAndroid_ = flagValue;
|
|
@@ -506,7 +524,7 @@ bool ReactNativeFeatureFlagsAccessor::enableImagePrefetchingOnUiThreadAndroid()
|
|
|
506
524
|
// be accessing the provider multiple times but the end state of this
|
|
507
525
|
// instance and the returned flag value would be the same.
|
|
508
526
|
|
|
509
|
-
markFlagAsAccessed(
|
|
527
|
+
markFlagAsAccessed(27, "enableImagePrefetchingOnUiThreadAndroid");
|
|
510
528
|
|
|
511
529
|
flagValue = currentProvider_->enableImagePrefetchingOnUiThreadAndroid();
|
|
512
530
|
enableImagePrefetchingOnUiThreadAndroid_ = flagValue;
|
|
@@ -524,7 +542,7 @@ bool ReactNativeFeatureFlagsAccessor::enableImmediateUpdateModeForContentOffsetC
|
|
|
524
542
|
// be accessing the provider multiple times but the end state of this
|
|
525
543
|
// instance and the returned flag value would be the same.
|
|
526
544
|
|
|
527
|
-
markFlagAsAccessed(
|
|
545
|
+
markFlagAsAccessed(28, "enableImmediateUpdateModeForContentOffsetChanges");
|
|
528
546
|
|
|
529
547
|
flagValue = currentProvider_->enableImmediateUpdateModeForContentOffsetChanges();
|
|
530
548
|
enableImmediateUpdateModeForContentOffsetChanges_ = flagValue;
|
|
@@ -542,7 +560,7 @@ bool ReactNativeFeatureFlagsAccessor::enableImperativeFocus() {
|
|
|
542
560
|
// be accessing the provider multiple times but the end state of this
|
|
543
561
|
// instance and the returned flag value would be the same.
|
|
544
562
|
|
|
545
|
-
markFlagAsAccessed(
|
|
563
|
+
markFlagAsAccessed(29, "enableImperativeFocus");
|
|
546
564
|
|
|
547
565
|
flagValue = currentProvider_->enableImperativeFocus();
|
|
548
566
|
enableImperativeFocus_ = flagValue;
|
|
@@ -560,7 +578,7 @@ bool ReactNativeFeatureFlagsAccessor::enableInteropViewManagerClassLookUpOptimiz
|
|
|
560
578
|
// be accessing the provider multiple times but the end state of this
|
|
561
579
|
// instance and the returned flag value would be the same.
|
|
562
580
|
|
|
563
|
-
markFlagAsAccessed(
|
|
581
|
+
markFlagAsAccessed(30, "enableInteropViewManagerClassLookUpOptimizationIOS");
|
|
564
582
|
|
|
565
583
|
flagValue = currentProvider_->enableInteropViewManagerClassLookUpOptimizationIOS();
|
|
566
584
|
enableInteropViewManagerClassLookUpOptimizationIOS_ = flagValue;
|
|
@@ -578,7 +596,7 @@ bool ReactNativeFeatureFlagsAccessor::enableKeyEvents() {
|
|
|
578
596
|
// be accessing the provider multiple times but the end state of this
|
|
579
597
|
// instance and the returned flag value would be the same.
|
|
580
598
|
|
|
581
|
-
markFlagAsAccessed(
|
|
599
|
+
markFlagAsAccessed(31, "enableKeyEvents");
|
|
582
600
|
|
|
583
601
|
flagValue = currentProvider_->enableKeyEvents();
|
|
584
602
|
enableKeyEvents_ = flagValue;
|
|
@@ -596,7 +614,7 @@ bool ReactNativeFeatureFlagsAccessor::enableLayoutAnimationsOnAndroid() {
|
|
|
596
614
|
// be accessing the provider multiple times but the end state of this
|
|
597
615
|
// instance and the returned flag value would be the same.
|
|
598
616
|
|
|
599
|
-
markFlagAsAccessed(
|
|
617
|
+
markFlagAsAccessed(32, "enableLayoutAnimationsOnAndroid");
|
|
600
618
|
|
|
601
619
|
flagValue = currentProvider_->enableLayoutAnimationsOnAndroid();
|
|
602
620
|
enableLayoutAnimationsOnAndroid_ = flagValue;
|
|
@@ -614,7 +632,7 @@ bool ReactNativeFeatureFlagsAccessor::enableLayoutAnimationsOnIOS() {
|
|
|
614
632
|
// be accessing the provider multiple times but the end state of this
|
|
615
633
|
// instance and the returned flag value would be the same.
|
|
616
634
|
|
|
617
|
-
markFlagAsAccessed(
|
|
635
|
+
markFlagAsAccessed(33, "enableLayoutAnimationsOnIOS");
|
|
618
636
|
|
|
619
637
|
flagValue = currentProvider_->enableLayoutAnimationsOnIOS();
|
|
620
638
|
enableLayoutAnimationsOnIOS_ = flagValue;
|
|
@@ -632,7 +650,7 @@ bool ReactNativeFeatureFlagsAccessor::enableMainQueueCoordinatorOnIOS() {
|
|
|
632
650
|
// be accessing the provider multiple times but the end state of this
|
|
633
651
|
// instance and the returned flag value would be the same.
|
|
634
652
|
|
|
635
|
-
markFlagAsAccessed(
|
|
653
|
+
markFlagAsAccessed(34, "enableMainQueueCoordinatorOnIOS");
|
|
636
654
|
|
|
637
655
|
flagValue = currentProvider_->enableMainQueueCoordinatorOnIOS();
|
|
638
656
|
enableMainQueueCoordinatorOnIOS_ = flagValue;
|
|
@@ -650,7 +668,7 @@ bool ReactNativeFeatureFlagsAccessor::enableModuleArgumentNSNullConversionIOS()
|
|
|
650
668
|
// be accessing the provider multiple times but the end state of this
|
|
651
669
|
// instance and the returned flag value would be the same.
|
|
652
670
|
|
|
653
|
-
markFlagAsAccessed(
|
|
671
|
+
markFlagAsAccessed(35, "enableModuleArgumentNSNullConversionIOS");
|
|
654
672
|
|
|
655
673
|
flagValue = currentProvider_->enableModuleArgumentNSNullConversionIOS();
|
|
656
674
|
enableModuleArgumentNSNullConversionIOS_ = flagValue;
|
|
@@ -668,7 +686,7 @@ bool ReactNativeFeatureFlagsAccessor::enableNativeCSSParsing() {
|
|
|
668
686
|
// be accessing the provider multiple times but the end state of this
|
|
669
687
|
// instance and the returned flag value would be the same.
|
|
670
688
|
|
|
671
|
-
markFlagAsAccessed(
|
|
689
|
+
markFlagAsAccessed(36, "enableNativeCSSParsing");
|
|
672
690
|
|
|
673
691
|
flagValue = currentProvider_->enableNativeCSSParsing();
|
|
674
692
|
enableNativeCSSParsing_ = flagValue;
|
|
@@ -686,7 +704,7 @@ bool ReactNativeFeatureFlagsAccessor::enableNetworkEventReporting() {
|
|
|
686
704
|
// be accessing the provider multiple times but the end state of this
|
|
687
705
|
// instance and the returned flag value would be the same.
|
|
688
706
|
|
|
689
|
-
markFlagAsAccessed(
|
|
707
|
+
markFlagAsAccessed(37, "enableNetworkEventReporting");
|
|
690
708
|
|
|
691
709
|
flagValue = currentProvider_->enableNetworkEventReporting();
|
|
692
710
|
enableNetworkEventReporting_ = flagValue;
|
|
@@ -704,7 +722,7 @@ bool ReactNativeFeatureFlagsAccessor::enablePreparedTextLayout() {
|
|
|
704
722
|
// be accessing the provider multiple times but the end state of this
|
|
705
723
|
// instance and the returned flag value would be the same.
|
|
706
724
|
|
|
707
|
-
markFlagAsAccessed(
|
|
725
|
+
markFlagAsAccessed(38, "enablePreparedTextLayout");
|
|
708
726
|
|
|
709
727
|
flagValue = currentProvider_->enablePreparedTextLayout();
|
|
710
728
|
enablePreparedTextLayout_ = flagValue;
|
|
@@ -722,7 +740,7 @@ bool ReactNativeFeatureFlagsAccessor::enablePropsUpdateReconciliationAndroid() {
|
|
|
722
740
|
// be accessing the provider multiple times but the end state of this
|
|
723
741
|
// instance and the returned flag value would be the same.
|
|
724
742
|
|
|
725
|
-
markFlagAsAccessed(
|
|
743
|
+
markFlagAsAccessed(39, "enablePropsUpdateReconciliationAndroid");
|
|
726
744
|
|
|
727
745
|
flagValue = currentProvider_->enablePropsUpdateReconciliationAndroid();
|
|
728
746
|
enablePropsUpdateReconciliationAndroid_ = flagValue;
|
|
@@ -740,7 +758,7 @@ bool ReactNativeFeatureFlagsAccessor::enableResourceTimingAPI() {
|
|
|
740
758
|
// be accessing the provider multiple times but the end state of this
|
|
741
759
|
// instance and the returned flag value would be the same.
|
|
742
760
|
|
|
743
|
-
markFlagAsAccessed(
|
|
761
|
+
markFlagAsAccessed(40, "enableResourceTimingAPI");
|
|
744
762
|
|
|
745
763
|
flagValue = currentProvider_->enableResourceTimingAPI();
|
|
746
764
|
enableResourceTimingAPI_ = flagValue;
|
|
@@ -758,7 +776,7 @@ bool ReactNativeFeatureFlagsAccessor::enableSwiftUIBasedFilters() {
|
|
|
758
776
|
// be accessing the provider multiple times but the end state of this
|
|
759
777
|
// instance and the returned flag value would be the same.
|
|
760
778
|
|
|
761
|
-
markFlagAsAccessed(
|
|
779
|
+
markFlagAsAccessed(41, "enableSwiftUIBasedFilters");
|
|
762
780
|
|
|
763
781
|
flagValue = currentProvider_->enableSwiftUIBasedFilters();
|
|
764
782
|
enableSwiftUIBasedFilters_ = flagValue;
|
|
@@ -776,7 +794,7 @@ bool ReactNativeFeatureFlagsAccessor::enableViewCulling() {
|
|
|
776
794
|
// be accessing the provider multiple times but the end state of this
|
|
777
795
|
// instance and the returned flag value would be the same.
|
|
778
796
|
|
|
779
|
-
markFlagAsAccessed(
|
|
797
|
+
markFlagAsAccessed(42, "enableViewCulling");
|
|
780
798
|
|
|
781
799
|
flagValue = currentProvider_->enableViewCulling();
|
|
782
800
|
enableViewCulling_ = flagValue;
|
|
@@ -794,7 +812,7 @@ bool ReactNativeFeatureFlagsAccessor::enableViewRecycling() {
|
|
|
794
812
|
// be accessing the provider multiple times but the end state of this
|
|
795
813
|
// instance and the returned flag value would be the same.
|
|
796
814
|
|
|
797
|
-
markFlagAsAccessed(
|
|
815
|
+
markFlagAsAccessed(43, "enableViewRecycling");
|
|
798
816
|
|
|
799
817
|
flagValue = currentProvider_->enableViewRecycling();
|
|
800
818
|
enableViewRecycling_ = flagValue;
|
|
@@ -812,7 +830,7 @@ bool ReactNativeFeatureFlagsAccessor::enableViewRecyclingForImage() {
|
|
|
812
830
|
// be accessing the provider multiple times but the end state of this
|
|
813
831
|
// instance and the returned flag value would be the same.
|
|
814
832
|
|
|
815
|
-
markFlagAsAccessed(
|
|
833
|
+
markFlagAsAccessed(44, "enableViewRecyclingForImage");
|
|
816
834
|
|
|
817
835
|
flagValue = currentProvider_->enableViewRecyclingForImage();
|
|
818
836
|
enableViewRecyclingForImage_ = flagValue;
|
|
@@ -830,7 +848,7 @@ bool ReactNativeFeatureFlagsAccessor::enableViewRecyclingForScrollView() {
|
|
|
830
848
|
// be accessing the provider multiple times but the end state of this
|
|
831
849
|
// instance and the returned flag value would be the same.
|
|
832
850
|
|
|
833
|
-
markFlagAsAccessed(
|
|
851
|
+
markFlagAsAccessed(45, "enableViewRecyclingForScrollView");
|
|
834
852
|
|
|
835
853
|
flagValue = currentProvider_->enableViewRecyclingForScrollView();
|
|
836
854
|
enableViewRecyclingForScrollView_ = flagValue;
|
|
@@ -848,7 +866,7 @@ bool ReactNativeFeatureFlagsAccessor::enableViewRecyclingForText() {
|
|
|
848
866
|
// be accessing the provider multiple times but the end state of this
|
|
849
867
|
// instance and the returned flag value would be the same.
|
|
850
868
|
|
|
851
|
-
markFlagAsAccessed(
|
|
869
|
+
markFlagAsAccessed(46, "enableViewRecyclingForText");
|
|
852
870
|
|
|
853
871
|
flagValue = currentProvider_->enableViewRecyclingForText();
|
|
854
872
|
enableViewRecyclingForText_ = flagValue;
|
|
@@ -866,7 +884,7 @@ bool ReactNativeFeatureFlagsAccessor::enableViewRecyclingForView() {
|
|
|
866
884
|
// be accessing the provider multiple times but the end state of this
|
|
867
885
|
// instance and the returned flag value would be the same.
|
|
868
886
|
|
|
869
|
-
markFlagAsAccessed(
|
|
887
|
+
markFlagAsAccessed(47, "enableViewRecyclingForView");
|
|
870
888
|
|
|
871
889
|
flagValue = currentProvider_->enableViewRecyclingForView();
|
|
872
890
|
enableViewRecyclingForView_ = flagValue;
|
|
@@ -884,7 +902,7 @@ bool ReactNativeFeatureFlagsAccessor::enableVirtualViewClippingWithoutScrollView
|
|
|
884
902
|
// be accessing the provider multiple times but the end state of this
|
|
885
903
|
// instance and the returned flag value would be the same.
|
|
886
904
|
|
|
887
|
-
markFlagAsAccessed(
|
|
905
|
+
markFlagAsAccessed(48, "enableVirtualViewClippingWithoutScrollViewClipping");
|
|
888
906
|
|
|
889
907
|
flagValue = currentProvider_->enableVirtualViewClippingWithoutScrollViewClipping();
|
|
890
908
|
enableVirtualViewClippingWithoutScrollViewClipping_ = flagValue;
|
|
@@ -902,7 +920,7 @@ bool ReactNativeFeatureFlagsAccessor::enableVirtualViewContainerStateExperimenta
|
|
|
902
920
|
// be accessing the provider multiple times but the end state of this
|
|
903
921
|
// instance and the returned flag value would be the same.
|
|
904
922
|
|
|
905
|
-
markFlagAsAccessed(
|
|
923
|
+
markFlagAsAccessed(49, "enableVirtualViewContainerStateExperimental");
|
|
906
924
|
|
|
907
925
|
flagValue = currentProvider_->enableVirtualViewContainerStateExperimental();
|
|
908
926
|
enableVirtualViewContainerStateExperimental_ = flagValue;
|
|
@@ -920,7 +938,7 @@ bool ReactNativeFeatureFlagsAccessor::enableVirtualViewDebugFeatures() {
|
|
|
920
938
|
// be accessing the provider multiple times but the end state of this
|
|
921
939
|
// instance and the returned flag value would be the same.
|
|
922
940
|
|
|
923
|
-
markFlagAsAccessed(
|
|
941
|
+
markFlagAsAccessed(50, "enableVirtualViewDebugFeatures");
|
|
924
942
|
|
|
925
943
|
flagValue = currentProvider_->enableVirtualViewDebugFeatures();
|
|
926
944
|
enableVirtualViewDebugFeatures_ = flagValue;
|
|
@@ -938,7 +956,7 @@ bool ReactNativeFeatureFlagsAccessor::enableVirtualViewRenderState() {
|
|
|
938
956
|
// be accessing the provider multiple times but the end state of this
|
|
939
957
|
// instance and the returned flag value would be the same.
|
|
940
958
|
|
|
941
|
-
markFlagAsAccessed(
|
|
959
|
+
markFlagAsAccessed(51, "enableVirtualViewRenderState");
|
|
942
960
|
|
|
943
961
|
flagValue = currentProvider_->enableVirtualViewRenderState();
|
|
944
962
|
enableVirtualViewRenderState_ = flagValue;
|
|
@@ -956,7 +974,7 @@ bool ReactNativeFeatureFlagsAccessor::enableVirtualViewWindowFocusDetection() {
|
|
|
956
974
|
// be accessing the provider multiple times but the end state of this
|
|
957
975
|
// instance and the returned flag value would be the same.
|
|
958
976
|
|
|
959
|
-
markFlagAsAccessed(
|
|
977
|
+
markFlagAsAccessed(52, "enableVirtualViewWindowFocusDetection");
|
|
960
978
|
|
|
961
979
|
flagValue = currentProvider_->enableVirtualViewWindowFocusDetection();
|
|
962
980
|
enableVirtualViewWindowFocusDetection_ = flagValue;
|
|
@@ -974,7 +992,7 @@ bool ReactNativeFeatureFlagsAccessor::enableWebPerformanceAPIsByDefault() {
|
|
|
974
992
|
// be accessing the provider multiple times but the end state of this
|
|
975
993
|
// instance and the returned flag value would be the same.
|
|
976
994
|
|
|
977
|
-
markFlagAsAccessed(
|
|
995
|
+
markFlagAsAccessed(53, "enableWebPerformanceAPIsByDefault");
|
|
978
996
|
|
|
979
997
|
flagValue = currentProvider_->enableWebPerformanceAPIsByDefault();
|
|
980
998
|
enableWebPerformanceAPIsByDefault_ = flagValue;
|
|
@@ -992,7 +1010,7 @@ bool ReactNativeFeatureFlagsAccessor::fixMappingOfEventPrioritiesBetweenFabricAn
|
|
|
992
1010
|
// be accessing the provider multiple times but the end state of this
|
|
993
1011
|
// instance and the returned flag value would be the same.
|
|
994
1012
|
|
|
995
|
-
markFlagAsAccessed(
|
|
1013
|
+
markFlagAsAccessed(54, "fixMappingOfEventPrioritiesBetweenFabricAndReact");
|
|
996
1014
|
|
|
997
1015
|
flagValue = currentProvider_->fixMappingOfEventPrioritiesBetweenFabricAndReact();
|
|
998
1016
|
fixMappingOfEventPrioritiesBetweenFabricAndReact_ = flagValue;
|
|
@@ -1010,7 +1028,7 @@ bool ReactNativeFeatureFlagsAccessor::fuseboxEnabledRelease() {
|
|
|
1010
1028
|
// be accessing the provider multiple times but the end state of this
|
|
1011
1029
|
// instance and the returned flag value would be the same.
|
|
1012
1030
|
|
|
1013
|
-
markFlagAsAccessed(
|
|
1031
|
+
markFlagAsAccessed(55, "fuseboxEnabledRelease");
|
|
1014
1032
|
|
|
1015
1033
|
flagValue = currentProvider_->fuseboxEnabledRelease();
|
|
1016
1034
|
fuseboxEnabledRelease_ = flagValue;
|
|
@@ -1028,7 +1046,7 @@ bool ReactNativeFeatureFlagsAccessor::fuseboxNetworkInspectionEnabled() {
|
|
|
1028
1046
|
// be accessing the provider multiple times but the end state of this
|
|
1029
1047
|
// instance and the returned flag value would be the same.
|
|
1030
1048
|
|
|
1031
|
-
markFlagAsAccessed(
|
|
1049
|
+
markFlagAsAccessed(56, "fuseboxNetworkInspectionEnabled");
|
|
1032
1050
|
|
|
1033
1051
|
flagValue = currentProvider_->fuseboxNetworkInspectionEnabled();
|
|
1034
1052
|
fuseboxNetworkInspectionEnabled_ = flagValue;
|
|
@@ -1046,7 +1064,7 @@ bool ReactNativeFeatureFlagsAccessor::hideOffscreenVirtualViewsOnIOS() {
|
|
|
1046
1064
|
// be accessing the provider multiple times but the end state of this
|
|
1047
1065
|
// instance and the returned flag value would be the same.
|
|
1048
1066
|
|
|
1049
|
-
markFlagAsAccessed(
|
|
1067
|
+
markFlagAsAccessed(57, "hideOffscreenVirtualViewsOnIOS");
|
|
1050
1068
|
|
|
1051
1069
|
flagValue = currentProvider_->hideOffscreenVirtualViewsOnIOS();
|
|
1052
1070
|
hideOffscreenVirtualViewsOnIOS_ = flagValue;
|
|
@@ -1064,7 +1082,7 @@ bool ReactNativeFeatureFlagsAccessor::overrideBySynchronousMountPropsAtMountingA
|
|
|
1064
1082
|
// be accessing the provider multiple times but the end state of this
|
|
1065
1083
|
// instance and the returned flag value would be the same.
|
|
1066
1084
|
|
|
1067
|
-
markFlagAsAccessed(
|
|
1085
|
+
markFlagAsAccessed(58, "overrideBySynchronousMountPropsAtMountingAndroid");
|
|
1068
1086
|
|
|
1069
1087
|
flagValue = currentProvider_->overrideBySynchronousMountPropsAtMountingAndroid();
|
|
1070
1088
|
overrideBySynchronousMountPropsAtMountingAndroid_ = flagValue;
|
|
@@ -1082,7 +1100,7 @@ bool ReactNativeFeatureFlagsAccessor::perfIssuesEnabled() {
|
|
|
1082
1100
|
// be accessing the provider multiple times but the end state of this
|
|
1083
1101
|
// instance and the returned flag value would be the same.
|
|
1084
1102
|
|
|
1085
|
-
markFlagAsAccessed(
|
|
1103
|
+
markFlagAsAccessed(59, "perfIssuesEnabled");
|
|
1086
1104
|
|
|
1087
1105
|
flagValue = currentProvider_->perfIssuesEnabled();
|
|
1088
1106
|
perfIssuesEnabled_ = flagValue;
|
|
@@ -1100,7 +1118,7 @@ bool ReactNativeFeatureFlagsAccessor::perfMonitorV2Enabled() {
|
|
|
1100
1118
|
// be accessing the provider multiple times but the end state of this
|
|
1101
1119
|
// instance and the returned flag value would be the same.
|
|
1102
1120
|
|
|
1103
|
-
markFlagAsAccessed(
|
|
1121
|
+
markFlagAsAccessed(60, "perfMonitorV2Enabled");
|
|
1104
1122
|
|
|
1105
1123
|
flagValue = currentProvider_->perfMonitorV2Enabled();
|
|
1106
1124
|
perfMonitorV2Enabled_ = flagValue;
|
|
@@ -1118,7 +1136,7 @@ double ReactNativeFeatureFlagsAccessor::preparedTextCacheSize() {
|
|
|
1118
1136
|
// be accessing the provider multiple times but the end state of this
|
|
1119
1137
|
// instance and the returned flag value would be the same.
|
|
1120
1138
|
|
|
1121
|
-
markFlagAsAccessed(
|
|
1139
|
+
markFlagAsAccessed(61, "preparedTextCacheSize");
|
|
1122
1140
|
|
|
1123
1141
|
flagValue = currentProvider_->preparedTextCacheSize();
|
|
1124
1142
|
preparedTextCacheSize_ = flagValue;
|
|
@@ -1136,7 +1154,7 @@ bool ReactNativeFeatureFlagsAccessor::preventShadowTreeCommitExhaustion() {
|
|
|
1136
1154
|
// be accessing the provider multiple times but the end state of this
|
|
1137
1155
|
// instance and the returned flag value would be the same.
|
|
1138
1156
|
|
|
1139
|
-
markFlagAsAccessed(
|
|
1157
|
+
markFlagAsAccessed(62, "preventShadowTreeCommitExhaustion");
|
|
1140
1158
|
|
|
1141
1159
|
flagValue = currentProvider_->preventShadowTreeCommitExhaustion();
|
|
1142
1160
|
preventShadowTreeCommitExhaustion_ = flagValue;
|
|
@@ -1154,7 +1172,7 @@ bool ReactNativeFeatureFlagsAccessor::shouldPressibilityUseW3CPointerEventsForHo
|
|
|
1154
1172
|
// be accessing the provider multiple times but the end state of this
|
|
1155
1173
|
// instance and the returned flag value would be the same.
|
|
1156
1174
|
|
|
1157
|
-
markFlagAsAccessed(
|
|
1175
|
+
markFlagAsAccessed(63, "shouldPressibilityUseW3CPointerEventsForHover");
|
|
1158
1176
|
|
|
1159
1177
|
flagValue = currentProvider_->shouldPressibilityUseW3CPointerEventsForHover();
|
|
1160
1178
|
shouldPressibilityUseW3CPointerEventsForHover_ = flagValue;
|
|
@@ -1172,7 +1190,7 @@ bool ReactNativeFeatureFlagsAccessor::shouldTriggerResponderTransferOnScrollAndr
|
|
|
1172
1190
|
// be accessing the provider multiple times but the end state of this
|
|
1173
1191
|
// instance and the returned flag value would be the same.
|
|
1174
1192
|
|
|
1175
|
-
markFlagAsAccessed(
|
|
1193
|
+
markFlagAsAccessed(64, "shouldTriggerResponderTransferOnScrollAndroid");
|
|
1176
1194
|
|
|
1177
1195
|
flagValue = currentProvider_->shouldTriggerResponderTransferOnScrollAndroid();
|
|
1178
1196
|
shouldTriggerResponderTransferOnScrollAndroid_ = flagValue;
|
|
@@ -1190,7 +1208,7 @@ bool ReactNativeFeatureFlagsAccessor::skipActivityIdentityAssertionOnHostPause()
|
|
|
1190
1208
|
// be accessing the provider multiple times but the end state of this
|
|
1191
1209
|
// instance and the returned flag value would be the same.
|
|
1192
1210
|
|
|
1193
|
-
markFlagAsAccessed(
|
|
1211
|
+
markFlagAsAccessed(65, "skipActivityIdentityAssertionOnHostPause");
|
|
1194
1212
|
|
|
1195
1213
|
flagValue = currentProvider_->skipActivityIdentityAssertionOnHostPause();
|
|
1196
1214
|
skipActivityIdentityAssertionOnHostPause_ = flagValue;
|
|
@@ -1208,7 +1226,7 @@ bool ReactNativeFeatureFlagsAccessor::traceTurboModulePromiseRejectionsOnAndroid
|
|
|
1208
1226
|
// be accessing the provider multiple times but the end state of this
|
|
1209
1227
|
// instance and the returned flag value would be the same.
|
|
1210
1228
|
|
|
1211
|
-
markFlagAsAccessed(
|
|
1229
|
+
markFlagAsAccessed(66, "traceTurboModulePromiseRejectionsOnAndroid");
|
|
1212
1230
|
|
|
1213
1231
|
flagValue = currentProvider_->traceTurboModulePromiseRejectionsOnAndroid();
|
|
1214
1232
|
traceTurboModulePromiseRejectionsOnAndroid_ = flagValue;
|
|
@@ -1226,7 +1244,7 @@ bool ReactNativeFeatureFlagsAccessor::updateRuntimeShadowNodeReferencesOnCommit(
|
|
|
1226
1244
|
// be accessing the provider multiple times but the end state of this
|
|
1227
1245
|
// instance and the returned flag value would be the same.
|
|
1228
1246
|
|
|
1229
|
-
markFlagAsAccessed(
|
|
1247
|
+
markFlagAsAccessed(67, "updateRuntimeShadowNodeReferencesOnCommit");
|
|
1230
1248
|
|
|
1231
1249
|
flagValue = currentProvider_->updateRuntimeShadowNodeReferencesOnCommit();
|
|
1232
1250
|
updateRuntimeShadowNodeReferencesOnCommit_ = flagValue;
|
|
@@ -1244,7 +1262,7 @@ bool ReactNativeFeatureFlagsAccessor::useAlwaysAvailableJSErrorHandling() {
|
|
|
1244
1262
|
// be accessing the provider multiple times but the end state of this
|
|
1245
1263
|
// instance and the returned flag value would be the same.
|
|
1246
1264
|
|
|
1247
|
-
markFlagAsAccessed(
|
|
1265
|
+
markFlagAsAccessed(68, "useAlwaysAvailableJSErrorHandling");
|
|
1248
1266
|
|
|
1249
1267
|
flagValue = currentProvider_->useAlwaysAvailableJSErrorHandling();
|
|
1250
1268
|
useAlwaysAvailableJSErrorHandling_ = flagValue;
|
|
@@ -1262,7 +1280,7 @@ bool ReactNativeFeatureFlagsAccessor::useFabricInterop() {
|
|
|
1262
1280
|
// be accessing the provider multiple times but the end state of this
|
|
1263
1281
|
// instance and the returned flag value would be the same.
|
|
1264
1282
|
|
|
1265
|
-
markFlagAsAccessed(
|
|
1283
|
+
markFlagAsAccessed(69, "useFabricInterop");
|
|
1266
1284
|
|
|
1267
1285
|
flagValue = currentProvider_->useFabricInterop();
|
|
1268
1286
|
useFabricInterop_ = flagValue;
|
|
@@ -1280,7 +1298,7 @@ bool ReactNativeFeatureFlagsAccessor::useNativeEqualsInNativeReadableArrayAndroi
|
|
|
1280
1298
|
// be accessing the provider multiple times but the end state of this
|
|
1281
1299
|
// instance and the returned flag value would be the same.
|
|
1282
1300
|
|
|
1283
|
-
markFlagAsAccessed(
|
|
1301
|
+
markFlagAsAccessed(70, "useNativeEqualsInNativeReadableArrayAndroid");
|
|
1284
1302
|
|
|
1285
1303
|
flagValue = currentProvider_->useNativeEqualsInNativeReadableArrayAndroid();
|
|
1286
1304
|
useNativeEqualsInNativeReadableArrayAndroid_ = flagValue;
|
|
@@ -1298,7 +1316,7 @@ bool ReactNativeFeatureFlagsAccessor::useNativeTransformHelperAndroid() {
|
|
|
1298
1316
|
// be accessing the provider multiple times but the end state of this
|
|
1299
1317
|
// instance and the returned flag value would be the same.
|
|
1300
1318
|
|
|
1301
|
-
markFlagAsAccessed(
|
|
1319
|
+
markFlagAsAccessed(71, "useNativeTransformHelperAndroid");
|
|
1302
1320
|
|
|
1303
1321
|
flagValue = currentProvider_->useNativeTransformHelperAndroid();
|
|
1304
1322
|
useNativeTransformHelperAndroid_ = flagValue;
|
|
@@ -1316,7 +1334,7 @@ bool ReactNativeFeatureFlagsAccessor::useNativeViewConfigsInBridgelessMode() {
|
|
|
1316
1334
|
// be accessing the provider multiple times but the end state of this
|
|
1317
1335
|
// instance and the returned flag value would be the same.
|
|
1318
1336
|
|
|
1319
|
-
markFlagAsAccessed(
|
|
1337
|
+
markFlagAsAccessed(72, "useNativeViewConfigsInBridgelessMode");
|
|
1320
1338
|
|
|
1321
1339
|
flagValue = currentProvider_->useNativeViewConfigsInBridgelessMode();
|
|
1322
1340
|
useNativeViewConfigsInBridgelessMode_ = flagValue;
|
|
@@ -1325,24 +1343,6 @@ bool ReactNativeFeatureFlagsAccessor::useNativeViewConfigsInBridgelessMode() {
|
|
|
1325
1343
|
return flagValue.value();
|
|
1326
1344
|
}
|
|
1327
1345
|
|
|
1328
|
-
bool ReactNativeFeatureFlagsAccessor::useOptimizedEventBatchingOnAndroid() {
|
|
1329
|
-
auto flagValue = useOptimizedEventBatchingOnAndroid_.load();
|
|
1330
|
-
|
|
1331
|
-
if (!flagValue.has_value()) {
|
|
1332
|
-
// This block is not exclusive but it is not necessary.
|
|
1333
|
-
// If multiple threads try to initialize the feature flag, we would only
|
|
1334
|
-
// be accessing the provider multiple times but the end state of this
|
|
1335
|
-
// instance and the returned flag value would be the same.
|
|
1336
|
-
|
|
1337
|
-
markFlagAsAccessed(72, "useOptimizedEventBatchingOnAndroid");
|
|
1338
|
-
|
|
1339
|
-
flagValue = currentProvider_->useOptimizedEventBatchingOnAndroid();
|
|
1340
|
-
useOptimizedEventBatchingOnAndroid_ = flagValue;
|
|
1341
|
-
}
|
|
1342
|
-
|
|
1343
|
-
return flagValue.value();
|
|
1344
|
-
}
|
|
1345
|
-
|
|
1346
1346
|
bool ReactNativeFeatureFlagsAccessor::useRawPropsJsiValue() {
|
|
1347
1347
|
auto flagValue = useRawPropsJsiValue_.load();
|
|
1348
1348
|
|
|
@@ -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<<b72070ee07df0d084009668488efb889>>
|
|
8
8
|
*/
|
|
9
9
|
|
|
10
10
|
/**
|
|
@@ -40,6 +40,7 @@ class ReactNativeFeatureFlagsAccessor {
|
|
|
40
40
|
bool disableFabricCommitInCXXAnimated();
|
|
41
41
|
bool disableMountItemReorderingAndroid();
|
|
42
42
|
bool disableOldAndroidAttachmentMetricsWorkarounds();
|
|
43
|
+
bool disableSubviewClippingAndroid();
|
|
43
44
|
bool disableTextLayoutManagerCacheAndroid();
|
|
44
45
|
bool enableAccessibilityOrder();
|
|
45
46
|
bool enableAccumulatedUpdatesInRawPropsAndroid();
|
|
@@ -104,7 +105,6 @@ class ReactNativeFeatureFlagsAccessor {
|
|
|
104
105
|
bool useNativeEqualsInNativeReadableArrayAndroid();
|
|
105
106
|
bool useNativeTransformHelperAndroid();
|
|
106
107
|
bool useNativeViewConfigsInBridgelessMode();
|
|
107
|
-
bool useOptimizedEventBatchingOnAndroid();
|
|
108
108
|
bool useRawPropsJsiValue();
|
|
109
109
|
bool useShadowNodeStateOnClone();
|
|
110
110
|
bool useSharedAnimatedBackend();
|
|
@@ -135,6 +135,7 @@ class ReactNativeFeatureFlagsAccessor {
|
|
|
135
135
|
std::atomic<std::optional<bool>> disableFabricCommitInCXXAnimated_;
|
|
136
136
|
std::atomic<std::optional<bool>> disableMountItemReorderingAndroid_;
|
|
137
137
|
std::atomic<std::optional<bool>> disableOldAndroidAttachmentMetricsWorkarounds_;
|
|
138
|
+
std::atomic<std::optional<bool>> disableSubviewClippingAndroid_;
|
|
138
139
|
std::atomic<std::optional<bool>> disableTextLayoutManagerCacheAndroid_;
|
|
139
140
|
std::atomic<std::optional<bool>> enableAccessibilityOrder_;
|
|
140
141
|
std::atomic<std::optional<bool>> enableAccumulatedUpdatesInRawPropsAndroid_;
|
|
@@ -199,7 +200,6 @@ class ReactNativeFeatureFlagsAccessor {
|
|
|
199
200
|
std::atomic<std::optional<bool>> useNativeEqualsInNativeReadableArrayAndroid_;
|
|
200
201
|
std::atomic<std::optional<bool>> useNativeTransformHelperAndroid_;
|
|
201
202
|
std::atomic<std::optional<bool>> useNativeViewConfigsInBridgelessMode_;
|
|
202
|
-
std::atomic<std::optional<bool>> useOptimizedEventBatchingOnAndroid_;
|
|
203
203
|
std::atomic<std::optional<bool>> useRawPropsJsiValue_;
|
|
204
204
|
std::atomic<std::optional<bool>> useShadowNodeStateOnClone_;
|
|
205
205
|
std::atomic<std::optional<bool>> useSharedAnimatedBackend_;
|