我定义了两个TextInput字段,如下所示:
<TextInput
style = {styles.titleInput}
returnKeyType = {"next"}
autoFocus = {true}
placeholder = "Title" />
<TextInput
style = {styles.descriptionInput}
multiline = {true}
maxLength = {200}
placeholder = "Description" />
但是在按下键盘上的“下一步”按钮后,我的本机应用程序没有跳到第二个TextInput字段。我该如何实现?
谢谢!
v16.8.0
或更高版本的人员,我建议底部使用@Eli Johnson提供的答案。React已弃用ref
以下解决方案中提供的许多用途 。