Files
Fluxup_PAP/node_modules/react-native-screens/lib/module/gesture-handler/fabricUtils.web.js
2026-03-10 16:18:05 +00:00

10 lines
215 B
JavaScript

export function isFabric() {
return false;
}
export function getShadowNodeWrapperAndTagFromRef() {
return {
shadowNodeWrapper: undefined,
tag: undefined
};
}
//# sourceMappingURL=fabricUtils.web.js.map