stephy / CalendarPicker

CalendarPicker Component for React Native
803 stars 373 forks source link

Select range issue #166

Closed akhlopyk closed 4 years ago

akhlopyk commented 5 years ago

Hi there!

I have got an issue with range selection. I have used selectedStartDate and selectedEndDate (also allowRangeSelection: true). Refreshing the app and got only one date selected. If I click on another date (assume it gonna be END_DATE) the selection jumps out to previews date.

Any suggestions? I would appreciate it.

Thanks

peacechen commented 5 years ago

Please post a code snippet with your usage of <CalendarPicker>.

You can debug this by setting breakpoints on the node_modules/react-native-calendar-picker/CalendarPicker/*.js files. PR's are welcome.

akhlopyk commented 4 years ago

Oh! That was my fault. No issue with this! Closing it!