UNPKG

react-native-multibar

Version:

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

16 lines (13 loc) 290 B
import { Dimensions, StyleSheet } from 'react-native'; const { width: screenWidth } = Dimensions.get('screen'); export const styles = StyleSheet.create({ container: { position: 'absolute', left: 0, bottom: 0, width: screenWidth, justifyContent: 'flex-end' } });