react-native-calendar-strip
react-native-calendar-strip copied to clipboard
Style starting date
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([])}} />
https://github.com/BugiDev/react-native-calendar-strip#props