react-native-screens
Version:
Native navigation primitives for your React Native app.
17 lines (16 loc) • 411 B
JavaScript
;
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.default = void 0;
const NOOP = () => {
console.warn('[RNScreens] SplitView is supported only for iOS. Consider using an alternative layout for Web.');
return null;
};
const Column = NOOP;
const Inspector = NOOP;
var _default = exports.default = {
Column,
Inspector
};
//# sourceMappingURL=SplitViewScreen.web.js.map