ssap_app/node_modules/react-native-screens/lib/module/gesture-handler/fabricUtils.web.js

10 lines
215 B
JavaScript

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