UNPKG

react-native-multibar-crosslisting

Version:
15 lines (14 loc) 444 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.styles = void 0; const react_native_1 = require("react-native"); const { width: screenWidth } = react_native_1.Dimensions.get('screen'); exports.styles = react_native_1.StyleSheet.create({ container: { position: 'absolute', left: 0, bottom: 0, width: screenWidth, justifyContent: 'flex-end' } });