react-native-phone-number-input
react-native-phone-number-input copied to clipboard
How to pass focus to component?
Thanx for the great job I would like to pass focus to the component as common TextInput (TextInputRef.current.focus()
I found a solution add ref prop to textInputProps (ignoring typescript warning)
@samloba can you elaborate on how you solved this issue? I would also like to programmatically pass focus to the component using refs