I have a screen in my React Native application in which I have few text fields.
I was wondering if there is any way in which on screen load my keyword opens automati
The keyboard should open automatically when a is focused. You can use the autoFocus prop to make it focus when the element mounts (link)
autoFocus