@tamagui/react-native-web-lite
Version:
React Native for Web
13 lines (12 loc) • 370 B
JavaScript
const ReactNativeFeatureFlags = {
isLayoutAnimationEnabled: () => !0,
shouldEmitW3CPointerEvents: () => !1,
shouldPressibilityUseW3CPointerEventsForHover: () => !1,
animatedShouldDebounceQueueFlush: () => !1,
animatedShouldUseSingleOp: () => !1,
enableCppComponents: () => !1
};
export {
ReactNativeFeatureFlags
};
//# sourceMappingURL=FeatureFlags.js.map