UNPKG

@ant-design/react-native

Version:

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

25 lines (21 loc) 568 B
'use strict'; Object.defineProperty(exports, "__esModule", { value: true }); var _reactNative = require('react-native'); exports['default'] = function (theme) { return _reactNative.StyleSheet.create({ container: { flex: 1 }, topTabBarSplitLine: { borderBottomColor: theme.border_color_base, borderBottomWidth: 1 }, bottomTabBarSplitLine: { borderTopColor: theme.border_color_base, borderTopWidth: 1 } }); }; module.exports = exports['default'];