UNPKG

react-native-ex-route-redux

Version:
17 lines (14 loc) 346 B
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);