UNPKG

react-native-common-date-picker

Version:

An awesome and cross-platform React Native date picker and calendar component for iOS and Android

13 lines (11 loc) 280 B
import {StyleSheet} from 'react-native'; export default StyleSheet.create({ datePickerContainer: { flexDirection: 'row', justifyContent: 'center', }, datePickerListItemView: { justifyContent: 'center', alignItems: 'center', }, });