UNPKG

react-native-calendars-datepicker

Version:

Customizable date picker for React Native that supports Hijri calendar

23 lines (21 loc) 393 B
import { StyleSheet } from 'react-native'; export default 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, }, });