How to open keyboard automatically in React Native?

后端 未结 4 1387
时光取名叫无心
时光取名叫无心 2020-12-17 10:51

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

4条回答
  •  执笔经年
    2020-12-17 11:12

    The keyboard should open automatically when a is focused. You can use the autoFocus prop to make it focus when the element mounts (link)

提交回复
热议问题