UNPKG

react-native-multibar

Version:

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

14 lines (12 loc) 247 B
import { StyleSheet } from 'react-native'; export const styles = StyleSheet.create({ container: { position: 'relative', bottom: 0, alignSelf: 'center' }, itemContainer: { position: 'absolute', overflow: 'hidden' } });