UNPKG

@fruits-chain/react-native-xiaoshu

Version:
29 lines (25 loc) 605 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.createStyles = void 0; var _reactNative = require("react-native"); const createStyles = themeVar => { return _reactNative.StyleSheet.create({ tab_bar: { flexDirection: 'row', alignItems: 'center', justifyContent: 'center' }, item: { flex: 1 }, item_text: { textAlign: 'center', fontSize: themeVar.tab_bar_text_font_size, marginTop: themeVar.tab_bar_text_margin_top } }); }; exports.createStyles = createStyles; //# sourceMappingURL=style.js.map