UNPKG

react-native-ui-datepicker

Version:
28 lines (27 loc) 571 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.default = void 0; var _reactNative = require("react-native"); var _default = exports.default = _reactNative.StyleSheet.create({ container: { position: 'relative' }, selectedIndicator: { position: 'absolute', width: '100%', top: '50%' }, scrollView: { overflow: 'hidden', flex: 1 }, option: { alignItems: 'center', justifyContent: 'center', paddingHorizontal: 16, zIndex: 100 } }); //# sourceMappingURL=wheel-picker.style.js.map