BugiDev / react-native-calendar-strip

Easy to use and visually stunning calendar component for React Native.
MIT License
944 stars 327 forks source link

Style starting date #286

Open jasenkabalac opened 3 years ago

jasenkabalac commented 3 years ago

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([])}} />

peacechen commented 3 years ago

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