react-native-story-component
Version:
Story component for React Native.
17 lines (16 loc) • 350 B
JavaScript
;
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.default = void 0;
var _reactNative = require("react-native");
const {
width,
height
} = _reactNative.Dimensions.get('window');
var _default = {
DEVICE_WIDTH: width,
DEVICE_HEIGHT: height
};
exports.default = _default;
//# sourceMappingURL=Computed.js.map