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
637 stars 161 forks source link

Is it possible to style the modal? #349

Closed Demven closed 8 months ago

Demven commented 8 months ago

This is how the modal looks for me now in Web:

image

Can I change the colors, backgrounds, borders, spacings, etc?

iM-GeeKy commented 8 months ago

Theming is all derived from the parent libraries theme. Outside of these configurations we follow material designs specs for the date picker and time picker.

Demven commented 8 months ago

I'm looking for a Date Picker that can work in both iOS and Web, and can be styled according to my own design, with every element being restyled. And seems like your component is the only one that can work in Web and iOS, but styling it seems very challenging... Thanks for the answer though.