react-native-screens
Version:
Native navigation primitives for your React Native app.
14 lines (13 loc) • 328 B
JavaScript
;
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