react-native-country-codes-picker
react-native-country-codes-picker copied to clipboard
Can't extend CountryPicker props
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.