UNPKG

@fruits-chain/react-native-xiaoshu

Version:
36 lines (32 loc) • 732 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.styleCreator = void 0; var _reactNative = require("react-native"); const styleCreator = cv => { return _reactNative.StyleSheet.create({ column: { flex: 1, position: 'relative' }, touch: { position: 'absolute', left: 0, right: 0, top: 0, bottom: 0, zIndex: 4 }, text: { textAlign: 'center', fontSize: cv.picker_view_column_text_font_size, color: cv.picker_view_column_text_color }, text_disabled: { color: cv.picker_view_column_text_disabled_color } }); }; exports.styleCreator = styleCreator; //# sourceMappingURL=style.column.js.map