thegamenicorus / react-native-phone-input

Phone input box for React Native
https://www.npmjs.com/package/react-native-phone-input
MIT License
394 stars 447 forks source link

autoFocus #71

Closed Cyrus222 closed 4 years ago

Cyrus222 commented 5 years ago

would please add autoFocus?

faisalbasha1982 commented 5 years ago

Auto Focus still not working.I want to be able to see the cursor on the tab even before I hit the tab.Not necessarily clicking the onChangePhoneNumber function.

Jose4gg commented 5 years ago

textProps is available to pass props directly to the TextInput component, you can pass the autoFocus there.

https://github.com/thegamenicorus/react-native-phone-input/blob/master/lib/index.js#L195

pavel-genuine commented 1 year ago

same issue here, keyboad showing up but no cursor showing.