UNPKG

react-native-screens

Version:
17 lines (16 loc) 411 B
"use strict"; 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