UNPKG

@ant-design/react-native

Version:

基于蚂蚁金服移动设计规范的 React Native 组件库

29 lines 750 B
import { StyleSheet } from 'react-native'; export default (function (theme) { return StyleSheet.create({ container: {}, tabs: { flex: 1, flexDirection: 'row', backgroundColor: theme.fill_base, justifyContent: 'space-around', shadowRadius: 0, shadowOpacity: 0, elevation: 0 }, tab: { height: theme.tabs_height, alignItems: 'center', justifyContent: 'center', padding: 0, flexDirection: 'row' }, underline: { height: 2, backgroundColor: theme.tabs_color }, textStyle: { fontSize: 15 } }); });