I want to keep showing keyboard. For example, when I press submit, the process takes place and the keyboard remains open.
<TextInput
style={{ height: 40, borderColor: 'gray', borderWidth: 1 }}
onChangeText={(text) => SetText(text)}
onSubmitEditing={() => press(text)}
/>
Like sending messages in whatsapp. It's kind of the opposite of keyboard.dismiss().