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
654 stars 170 forks source link

Add Icon name props for date & time pickers #187

Closed adilusman51 closed 2 years ago

adilusman51 commented 2 years ago

I am using Feather Icons as described in the react-native-paper docs https://callstack.github.io/react-native-paper/icons.html

This gives warning for icon names pencil, close and other icons show up as ? as they are not included in Feather icon set Therefore, there is a need to have icon name props, so that, these icons could be changed with the Icon set being used.

adilusman51 commented 2 years ago

@RichardLindhout I am submitting a PR to address this issue, Kindly review this PR. Thanks a lot in advance