mmazzarolo / react-native-modal-datetime-picker

A React-Native datetime-picker for Android and iOS
MIT License
2.96k stars 396 forks source link

how to add a custom header in Android #750

Open saaspeter opened 4 months ago

saaspeter commented 4 months ago

I want to add a custom header in both IOS and Android, because in my UI screen, there are two calendars to select, so I want to add a header to remind the user the calendar is for which field. For IOS, I found: customHeaderIOS, but how about Android? I also check: @react-native-community/datetimepicker, it seems no change to change header in it. So Is there a chance to add a header in Android? Thanks