react-native-phone-number-input icon indicating copy to clipboard operation
react-native-phone-number-input copied to clipboard

How to pass focus to component?

Open samloba opened this issue 3 years ago • 2 comments

Thanx for the great job I would like to pass focus to the component as common TextInput (TextInputRef.current.focus()

samloba avatar Aug 22 '22 18:08 samloba

I found a solution add ref prop to textInputProps (ignoring typescript warning)

samloba avatar Aug 22 '22 18:08 samloba

@samloba can you elaborate on how you solved this issue? I would also like to programmatically pass focus to the component using refs

alianza avatar Apr 11 '24 13:04 alianza