react-native-multibar-crosslisting
Version:
MultiBar is a TabBar component with an advanced button to make extra actions.
16 lines (15 loc) • 406 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.styles = void 0;
const react_native_1 = require("react-native");
exports.styles = react_native_1.StyleSheet.create({
container: {
position: 'relative',
bottom: 0,
alignSelf: 'center'
},
itemContainer: {
position: 'absolute',
overflow: 'hidden'
}
});