garganurag893 / react-native-phone-number-input

React Native component for phone number.
MIT License
372 stars 212 forks source link

clicking to add phone number via autocomplete instead of requiring typing (maybe using AutoCompleteType='tel')? #151

Open evanbrown88 opened 11 months ago

evanbrown88 commented 11 months ago

is there a way to use autocomplete type on TextInput (like here: https://brainsandbeards.com/blog/quick-change-that-helps-ios-users-sign-in-quicker/) to allow pasting a user's phone number from the keyboard rather than forcing them to type it?