roto93 / react-native-neat-date-picker

An easy to use date picker for react native.
MIT License
50 stars 29 forks source link

make modal styles customizable #11

Closed bobbybof closed 1 year ago

bobbybof commented 2 years ago

make modal styles customizable, so it can adjust for different occations

ex: photo1648264935

photo1648264935 (1)

roto93 commented 2 years ago

Hi thank you for this PR. It is a convenient feature.

Just one thing to ask. In NeatDatePicker.js line 187, I think style={[styles.modal, modalStyle]} is better than style={[modalStyle, styles.modal]}. Otherwise the custom style won't overwrite the default one.

Feel free to let me know your opinion. If you agree, please update this PR and I'll merge it.

bobbybof commented 2 years ago

ahh okay sure, looks good to me 👍