react-native-ex-route-redux
Version:
react native navigation with NavigationExperimental and redux
17 lines (14 loc) • 346 B
JavaScript
import { StyleSheet } from 'react-native';
let styles = {
tabBar: {
flexDirection: 'row',
height: 50,
alignSelf: 'stretch',
justifyContent: 'space-around',
alignItems: 'center',
backgroundColor: '#fff',
borderTopWidth: 1,
borderTopColor: 'rgba(0, 0, 0, 0.3)',
},
};
export default StyleSheet.create(styles);