vlad-doru / react-native-calendar-datepicker

React-Native cross-platform, calendar component.
Apache License 2.0
85 stars 37 forks source link

How to pass param to highlight the current month? #26

Open xuananpham93 opened 6 years ago

xuananpham93 commented 6 years ago

Hi Bro, I want to hightlight current month in finalStage="month", I pass param selected={moment().startOf('day')}. But not working?