react-native-multibar-crosslisting
Version:
MultiBar is a TabBar component with an advanced button to make extra actions.
16 lines (15 loc) • 433 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({
contentContainer: {
top: -10,
width: 60,
height: 60,
borderRadius: 40,
alignItems: 'center',
justifyContent: 'center',
backgroundColor: '#333333'
}
});