Hi
Thanks for this great package! I'm using react-native-paper-dates in a project where we've standardized all icons to use @expo/vector-icons/MaterialIcons instead of the default MaterialCommunityIcons.
It would be great if react-native-paper-dates allowed us to override the icon component used (e.g., via a prop or theme), so that we can use a different icon library for consistency across our app.
For example, DatePickerInput currently renders the calendar icon using MaterialCommunityIcons internally, but there's no way to change this.
Would you consider adding support for custom icon components or exposing a prop like iconComponent or renderIcon?
Thanks a lot!
Hi
Thanks for this great package! I'm using
react-native-paper-datesin a project where we've standardized all icons to use@expo/vector-icons/MaterialIconsinstead of the defaultMaterialCommunityIcons.It would be great if
react-native-paper-datesallowed us to override the icon component used (e.g., via a prop or theme), so that we can use a different icon library for consistency across our app.For example,
DatePickerInputcurrently renders the calendar icon using MaterialCommunityIcons internally, but there's no way to change this.Would you consider adding support for custom icon components or exposing a prop like
iconComponentorrenderIcon?Thanks a lot!