CirclesUBI / circles-mobile

Circles react-native mobile client
GNU Affero General Public License v3.0
7 stars 2 forks source link

International dialling code picker for OnboardingPhone page #34

Open edzillion opened 5 years ago

edzillion commented 5 years ago

We need a way for users to select their dialling code from a dropdown/picker.

For the experiment it should alert users if they select any other dialling code than germany.

Here are two example libraries

https://github.com/thegamenicorus/react-native-phone-input

https://github.com/farazshaikh/react-native-country-code-telephone-input

Niether of them are very well supported, so I wonder would it be possible to build our own and reduce our dependencies?