michangarrito/apps/backend/node_modules/react-native/ReactCommon/react/featureflags/ReactNativeFeatureFlagsDefaults.h
rckrdmrd 48dea7a5d0 feat: Initial commit - michangarrito
Marketplace móvil para negocios locales mexicanos.

Estructura inicial:
- apps/backend (NestJS API)
- apps/frontend (React Web)
- apps/mobile (Expo/React Native)
- apps/mcp-server (Claude MCP Server)
- apps/whatsapp-service (WhatsApp Business API)
- database/ (PostgreSQL DDL)
- docs/ (Documentación)

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-07 04:41:02 -06:00

372 lines
7.0 KiB
C++

/*
* 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<<f8c2279957d1c654502ea5aa0f66beba>>
*/
/**
* 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 cxxNativeAnimatedRemoveJsSync() override {
return false;
}
bool disableEarlyViewCommandExecution() override {
return false;
}
bool disableFabricCommitInCXXAnimated() override {
return false;
}
bool disableMountItemReorderingAndroid() override {
return false;
}
bool disableOldAndroidAttachmentMetricsWorkarounds() override {
return true;
}
bool disableTextLayoutManagerCacheAndroid() override {
return false;
}
bool enableAccessibilityOrder() override {
return false;
}
bool enableAccumulatedUpdatesInRawPropsAndroid() 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 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 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 enableResourceTimingAPI() override {
return true;
}
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 enableVirtualViewClippingWithoutScrollViewClipping() 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 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 shouldTriggerResponderTransferOnScrollAndroid() override {
return false;
}
bool skipActivityIdentityAssertionOnHostPause() override {
return false;
}
bool sweepActiveTouchOnChildNativeGesturesAndroid() override {
return true;
}
bool traceTurboModulePromiseRejectionsOnAndroid() override {
return false;
}
bool updateRuntimeShadowNodeReferencesOnCommit() override {
return false;
}
bool useAlwaysAvailableJSErrorHandling() override {
return false;
}
bool useFabricInterop() override {
return true;
}
bool useNativeEqualsInNativeReadableArrayAndroid() override {
return true;
}
bool useNativeTransformHelperAndroid() override {
return true;
}
bool useNativeViewConfigsInBridgelessMode() override {
return false;
}
bool useOptimizedEventBatchingOnAndroid() override {
return false;
}
bool useRawPropsJsiValue() override {
return true;
}
bool useShadowNodeStateOnClone() override {
return false;
}
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