ssap_app/node_modules/react-native-screens/lib/commonjs/components/gamma/SplitViewScreen.web.js

14 lines
328 B
JavaScript

"use strict";
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.default = void 0;
var _reactNative = require("react-native");
const Column = _reactNative.View;
const Inspector = _reactNative.View;
var _default = exports.default = {
Column,
Inspector
};
//# sourceMappingURL=SplitViewScreen.web.js.map