UNPKG

react-native-multibar

Version:

MultiBar is a TabBar component with an advanced button to make extra actions.

14 lines (12 loc) 270 B
import { StyleSheet } from 'react-native'; export const styles = StyleSheet.create({ contentContainer: { top: -10, width: 60, height: 60, borderRadius: 40, alignItems: 'center', justifyContent: 'center', backgroundColor: '#333333' } });