react-native-multibar-crosslisting
Version:
MultiBar is a TabBar component with an advanced button to make extra actions.
15 lines (14 loc) • 444 B
JavaScript
;
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'
}
});