srivastavaanurag79 / react-native-paper-select

Dropdown using React Native Paper TextInput, Checkbox and Dialog
https://anurag-srivastava.gitbook.io/react-native-paper-select/
MIT License
48 stars 15 forks source link

feat: added support for react native paper theme #8

Closed Bo7mid3 closed 1 year ago

Bo7mid3 commented 1 year ago

I've been using this package for a while now and I've found that support for react-native-paper theming can be improved. So, I've changed the code a little bit. Now, if for example the outlineColor prop wasn't specified the outline color will follow the user defined react native paper theme and if no theme is provided the default react native paper theme will be used. That way PaperSelect can integrate better with other react native paper componenets.