web-ridge / react-native-paper-dates

Smooth and fast cross platform Material Design date and time picker for React Native Paper
https://www.reactnativepaperdates.com
MIT License
642 stars 166 forks source link

Custom scroll in year picker and allow editing button #202

Closed TVGSOFT closed 1 year ago

TVGSOFT commented 1 year ago

Enhance some features:

  1. Allow rendering custom scroll component in YearPicker that prevent DatePickerModal inside FlatList.
  2. Custom "allowEditing" props to enable or disable the "Edit" button via DateInput.

Fixed bug from #201

RichardLindhout commented 1 year ago

@TVGSoft looks good but we let it slip, could you fix the merge conflict on this so we could merge?

TVGSOFT commented 1 year ago

Hi @RichardLindhout

I have resolved the conflict, please help to review and merge this PR.

Thank a lot!