garganurag893 / react-native-phone-number-input

React Native component for phone number.
MIT License
372 stars 212 forks source link

Adds support for custom picker theme #121

Closed kierangillen closed 1 year ago

kierangillen commented 1 year ago

Adds an optional param countryPickerTheme to pass in a custom theme to the modal picker.

kierangillen commented 1 year ago

Ah I see now you can just pass the theme object to the picker's props, so no need for this PR.