GeorgeHop / react-native-country-codes-picker

⚡ ⚡ ⚡This lib. provide multi lang. country picker with search functionality. Fully crossplatform and supported on React-native and expo. Didn't find your country ? Just add the required countries or locales and make a PR.⚡ ⚡ ⚡
https://github.com/GeorgeHop/react-native-country-codes-picker
MIT License
150 stars 80 forks source link

Can't extend CountryPicker props #95

Open chico-oliveira opened 4 months ago

chico-oliveira commented 4 months ago

At the moment I can't easily create my own base CountryPicker component that extends the CountryPicker props because currently the Props interface isn't exported at the moment.

This would be a very simple fix (just exporting the props) and would be a big help.