react-native-curved-bottom-bar
Version:
A high performance, beautiful and fully customizable curved bottom navigation bar for React Native.
47 lines (46 loc) • 861 B
JavaScript
"use strict";
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.styles = void 0;
var _reactNativeSizeScaling = require("react-native-size-scaling");
const styles = _reactNativeSizeScaling.StyleSheet.create({
wrapContainer: {
flex: 1
},
container: {
alignSelf: 'center',
position: 'absolute',
bottom: 0
},
main: {
position: 'absolute',
flexDirection: 'row',
justifyContent: 'space-between'
},
rowLeft: {
flex: 1,
flexDirection: 'row',
justifyContent: 'space-between',
alignItems: 'center'
},
flex1: {
flex: 1
},
top30: {
top: 30
},
itemTab: {
flex: 1,
justifyContent: 'center',
alignItems: 'center'
},
circleRight: {
marginRight: 25
},
circleLeft: {
marginLeft: 25
}
});
exports.styles = styles;
//# sourceMappingURL=styles.js.map