@tamagui/react-native-web-lite
Version:
React Native for Web
9 lines (8 loc) • 315 B
JavaScript
export const ReactNativeFeatureFlags = {
isLayoutAnimationEnabled: () => true,
shouldEmitW3CPointerEvents: () => false,
shouldPressibilityUseW3CPointerEventsForHover: () => false,
animatedShouldDebounceQueueFlush: () => false,
animatedShouldUseSingleOp: () => false,
enableCppComponents: () => false,
}