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

feat: Add custom icon properties to DatePickerInput component #333

Closed SoyDiego closed 9 months ago

SoyDiego commented 9 months ago

Fix #332

I've introduced a significant enhancement to the DatePickerInput component. I've added three custom properties, iconSize, iconStyle, and iconColor, which allow for greater flexibility and customization when using the DatePickerInput. These properties enable you to control the size, style, and color of the icon associated with the date picker, enhancing the overall user experience. These properties are optional, so if you choose not to use them, the DatePickerInput will continue to function with its default settings.

By Default

image

Using Custom Properties

image

image