apaajabolehd / react-native-range-datepicker

react native range datepicker inspired by Airbnb
83 stars 53 forks source link

RN 0.6 compatibility + flexible width + more options #22

Closed mboettcher closed 5 years ago

mboettcher commented 5 years ago

Previously the calendar was only shown after scrolling if it was rendered in a hidden modal and then shown. Adding removeClippedSubviews={false} to the ListView fixes this issue. Therefore I added removeClippedSubviews it as a parameter to RangeDatepicker and SingleDatepicker.

https://github.com/react-navigation/react-navigation/issues/1238#issuecomment-297213802

mboettcher commented 5 years ago

hi - I did a couple of improvement. maybe you want to merge it to your rep.

changes: