UNPKG

txend-react-native-ui-datepicker

Version:

Customizable multi-date range datetime picker for React Native

29 lines 598 B
import React from 'react'; import { View, StyleSheet } from 'react-native'; const TimerPicker = () => { return /*#__PURE__*/React.createElement(View, { style: styles.container }); }; const styles = StyleSheet.create({ container: { flexDirection: 'row', justifyContent: 'space-around', alignItems: 'center', marginTop: 20 }, pickerContainer: { alignItems: 'center' }, picker: { backgroundColor: 'green', height: 120, width: 80 }, label: { marginTop: 5, color: 'white' } }); export default TimerPicker; //# sourceMappingURL=Wheel.js.map