garganurag893 / react-native-phone-number-input

React Native component for phone number.
MIT License
377 stars 219 forks source link

Adds support for custom picker theme #121

Closed kierangillen closed 2 years ago

kierangillen commented 2 years ago

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

kierangillen commented 2 years ago

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