/*
 * Copyright (c) Meta Platforms, Inc. and affiliates.
 *
 * This source code is licensed under the MIT license found in the
 * LICENSE file in the root directory of this source tree.
 *
 * @generated SignedSource<<b8b6163068152d88615813c0d80ed28b>>
 */

/**
 * IMPORTANT: Do NOT modify this file directly.
 *
 * To change the definition of the flags, edit
 *   packages/react-native/scripts/featureflags/ReactNativeFeatureFlags.config.js.
 *
 * To regenerate this code, run the following script from the repo root:
 *   yarn featureflags --update
 */

#pragma once

#include <react/featureflags/ReactNativeFeatureFlagsProvider.h>

namespace facebook::react {

class ReactNativeFeatureFlagsDefaults : public ReactNativeFeatureFlagsProvider {
 public:
  ReactNativeFeatureFlagsDefaults() = default;

  bool commonTestFlag() override {
    return false;
  }

  bool cdpInteractionMetricsEnabled() override {
    return false;
  }

  bool cxxNativeAnimatedEnabled() override {
    return false;
  }

  bool disableEarlyViewCommandExecution() override {
    return false;
  }

  bool disableImageViewPreallocationAndroid() override {
    return false;
  }

  bool disableMountItemReorderingAndroid() override {
    return false;
  }

  bool disableOldAndroidAttachmentMetricsWorkarounds() override {
    return true;
  }

  bool disableSubviewClippingAndroid() override {
    return false;
  }

  bool disableTextLayoutManagerCacheAndroid() override {
    return false;
  }

  bool disableViewPreallocationAndroid() override {
    return false;
  }

  bool enableAccessibilityOrder() override {
    return false;
  }

  bool enableAccumulatedUpdatesInRawPropsAndroid() override {
    return false;
  }

  bool enableAndroidAntialiasedBorderRadiusClipping() override {
    return false;
  }

  bool enableAndroidLinearText() override {
    return false;
  }

  bool enableAndroidTextMeasurementOptimizations() override {
    return false;
  }

  bool enableBridgelessArchitecture() override {
    return false;
  }

  bool enableCppPropsIteratorSetter() override {
    return false;
  }

  bool enableCustomFocusSearchOnClippedElementsAndroid() override {
    return true;
  }

  bool enableDestroyShadowTreeRevisionAsync() override {
    return false;
  }

  bool enableDoubleMeasurementFixAndroid() override {
    return false;
  }

  bool enableEagerMainQueueModulesOnIOS() override {
    return false;
  }

  bool enableEagerRootViewAttachment() override {
    return false;
  }

  bool enableExclusivePropsUpdateAndroid() override {
    return false;
  }

  bool enableFabricLogs() override {
    return false;
  }

  bool enableFabricRenderer() override {
    return false;
  }

  bool enableFontScaleChangesUpdatingLayout() override {
    return true;
  }

  bool enableIOSTextBaselineOffsetPerLine() override {
    return false;
  }

  bool enableIOSViewClipToPaddingBox() override {
    return false;
  }

  bool enableImagePrefetchingAndroid() override {
    return false;
  }

  bool enableImagePrefetchingJNIBatchingAndroid() override {
    return false;
  }

  bool enableImagePrefetchingOnUiThreadAndroid() override {
    return false;
  }

  bool enableImmediateUpdateModeForContentOffsetChanges() override {
    return false;
  }

  bool enableImperativeFocus() override {
    return false;
  }

  bool enableInteropViewManagerClassLookUpOptimizationIOS() override {
    return false;
  }

  bool enableIntersectionObserverByDefault() override {
    return false;
  }

  bool enableKeyEvents() override {
    return false;
  }

  bool enableLayoutAnimationsOnAndroid() override {
    return false;
  }

  bool enableLayoutAnimationsOnIOS() override {
    return true;
  }

  bool enableMainQueueCoordinatorOnIOS() override {
    return false;
  }

  bool enableModuleArgumentNSNullConversionIOS() override {
    return false;
  }

  bool enableNativeCSSParsing() override {
    return false;
  }

  bool enableNetworkEventReporting() override {
    return true;
  }

  bool enablePreparedTextLayout() override {
    return false;
  }

  bool enablePropsUpdateReconciliationAndroid() override {
    return false;
  }

  bool enableSwiftUIBasedFilters() override {
    return false;
  }

  bool enableViewCulling() override {
    return false;
  }

  bool enableViewRecycling() override {
    return false;
  }

  bool enableViewRecyclingForImage() override {
    return true;
  }

  bool enableViewRecyclingForScrollView() override {
    return false;
  }

  bool enableViewRecyclingForText() override {
    return true;
  }

  bool enableViewRecyclingForView() override {
    return true;
  }

  bool enableVirtualViewContainerStateExperimental() override {
    return false;
  }

  bool enableVirtualViewDebugFeatures() override {
    return false;
  }

  bool enableVirtualViewRenderState() override {
    return true;
  }

  bool enableVirtualViewWindowFocusDetection() override {
    return false;
  }

  bool enableWebPerformanceAPIsByDefault() override {
    return true;
  }

  bool fixMappingOfEventPrioritiesBetweenFabricAndReact() override {
    return false;
  }

  bool fixTextClippingAndroid15useBoundsForWidth() override {
    return false;
  }

  bool fuseboxAssertSingleHostState() override {
    return true;
  }

  bool fuseboxEnabledRelease() override {
    return false;
  }

  bool fuseboxNetworkInspectionEnabled() override {
    return true;
  }

  bool hideOffscreenVirtualViewsOnIOS() override {
    return false;
  }

  bool overrideBySynchronousMountPropsAtMountingAndroid() override {
    return false;
  }

  bool perfIssuesEnabled() override {
    return false;
  }

  bool perfMonitorV2Enabled() override {
    return false;
  }

  double preparedTextCacheSize() override {
    return 200.0;
  }

  bool preventShadowTreeCommitExhaustion() override {
    return false;
  }

  bool shouldPressibilityUseW3CPointerEventsForHover() override {
    return false;
  }

  bool shouldResetClickableWhenRecyclingView() override {
    return true;
  }

  bool shouldResetOnClickListenerWhenRecyclingView() override {
    return true;
  }

  bool shouldSetEnabledBasedOnAccessibilityState() override {
    return true;
  }

  bool shouldSetIsClickableByDefault() override {
    return false;
  }

  bool shouldTriggerResponderTransferOnScrollAndroid() override {
    return false;
  }

  bool skipActivityIdentityAssertionOnHostPause() override {
    return false;
  }

  bool traceTurboModulePromiseRejectionsOnAndroid() override {
    return false;
  }

  bool updateRuntimeShadowNodeReferencesOnCommit() override {
    return false;
  }

  bool useAlwaysAvailableJSErrorHandling() override {
    return false;
  }

  bool useFabricInterop() override {
    return true;
  }

  bool useNativeViewConfigsInBridgelessMode() override {
    return false;
  }

  bool useRawPropsJsiValue() override {
    return true;
  }

  bool useShadowNodeStateOnClone() override {
    return true;
  }

  bool useSharedAnimatedBackend() override {
    return false;
  }

  bool useTraitHiddenOnAndroid() override {
    return false;
  }

  bool useTurboModuleInterop() override {
    return false;
  }

  bool useTurboModules() override {
    return false;
  }

  double viewCullingOutsetRatio() override {
    return 0.0;
  }

  double virtualViewHysteresisRatio() override {
    return 0.0;
  }

  double virtualViewPrerenderRatio() override {
    return 5.0;
  }
};

} // namespace facebook::react
