Focus text box on Native!

2
I need a superman/woman that can help me with a problem.  How can i focus on a text box in native app. Thank you ! 
asked
1 answers
3

It would be nice to have this functionality by default, but you could create a custom input widget and use React Native's autoFocus prop. (autoFocus={true}).

answered