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.
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