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
638 stars 162 forks source link

DatePickerInput - please add icon size prop #332

Closed roys-qlog-co closed 9 months ago

roys-qlog-co commented 9 months ago

hi please add to DatePickerInput iconStyle or iconSize prop

tnx Roy

iM-GeeKy commented 9 months ago

PRs are welcome!

SoyDiego commented 9 months ago

hi please add to DatePickerInput iconStyle or iconSize prop

tnx Roy

Hi @roys-qlog-co. I have created a PR adding 3 new props: iconSize, iconStyle and iconColor. You can check here https://github.com/web-ridge/react-native-paper-dates/pull/333.

Thanks