UNPKG

react-native-multibar

Version:

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

12 lines (10 loc) 229 B
import { StyleSheet } from 'react-native'; export const styles = StyleSheet.create({ container: { flex: 1, alignItems: 'center', justifyContent: 'center', borderRadius: 50, backgroundColor: 'white' } });