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

Phone Input onFocus #85

Closed Ahmed-Imam closed 4 years ago

Ahmed-Imam commented 5 years ago

How to access onFocus props as TextInput component ?

Jose4gg commented 5 years ago

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

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