kuasha420 / react-native-paper-phone-number-input

A performant phone number input component for react-native-paper with country picker
MIT License
6 stars 1 forks source link

Add the ability to specify countries that the user can select #6

Closed AndreyButyrchik closed 1 month ago

ahmed-gelemli commented 1 month ago

Hi, I'm currently working on adding functionality to allow users to specify and select countries.

ahmed-gelemli commented 1 month ago

Sent PR, waiting for feedback. @kuasha420 @AndreyButyrchik

AndreyButyrchik commented 1 month ago

@ahmed-gelemli , PR looks good, exactly what I need

kuasha420 commented 1 month ago

Thank you @AndreyButyrchik for raising this issue for this valuable feature and @ahmed-gelemli for the PR. This is now released in v1.3.1.

There is a slight change in prop name from onlyCountries to includeCountries and a corresponding excludeCountries prop. See the details in the readme for how to best use them.

Thank you <3