react-native-calendar-strip icon indicating copy to clipboard operation
react-native-calendar-strip copied to clipboard

Style starting date

Open jasenkabalac opened this issue 3 years ago • 1 comments

I want my starting date, which is today, to be selected initially, just like when I click on date. <CalendarStrip style={{height:150, paddingTop: 10, paddingBottom: 10}} daySelectionAnimation={{type: 'border', duration: 200, borderWidth: 1, borderHighlightColor: 'black'}} startingDate={moment().subtract(3, 'days')} maxDate={new Date()} useIsoWeekday={false} onDateSelected={date => {setToday(date.toString()) , setUsersAndEvents([])}} />

jasenkabalac avatar Apr 02 '21 13:04 jasenkabalac

https://github.com/BugiDev/react-native-calendar-strip#props

peacechen avatar Apr 02 '21 14:04 peacechen