@tamagui/react-native-web-lite
Version:
React Native for Web
23 lines (22 loc) • 517 B
JavaScript
var ReactNativeFeatureFlags = {
isLayoutAnimationEnabled: function () {
return !0;
},
shouldEmitW3CPointerEvents: function () {
return !1;
},
shouldPressibilityUseW3CPointerEventsForHover: function () {
return !1;
},
animatedShouldDebounceQueueFlush: function () {
return !1;
},
animatedShouldUseSingleOp: function () {
return !1;
},
enableCppComponents: function () {
return !1;
}
};
export { ReactNativeFeatureFlags };
//# sourceMappingURL=FeatureFlags.native.js.map