标签: android react-native react-native-android
我尝试过使用onKeyPress,但似乎没有用。如何从键盘捕获返回键?
<TextInput placeholder="Type.." style={styles.inputStyle} onKeyPress={this.onKeyPress} value={this.state.text} />
答案 0 :(得分:1)
你应该使用onSubmitEditing prop并给出一个回调函数。