react-native-screens
Version:
Native navigation primitives for your React Native app.
17 lines (16 loc) • 389 B
JavaScript
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.getShadowNodeWrapperAndTagFromRef = getShadowNodeWrapperAndTagFromRef;
exports.isFabric = isFabric;
function isFabric() {
return false;
}
function getShadowNodeWrapperAndTagFromRef() {
return {
shadowNodeWrapper: undefined,
tag: undefined
};
}
//# sourceMappingURL=fabricUtils.web.js.map
;