Is there a way to keep the keyboard open after pressing submit? I want the keyboard to stay visible even after the submit action is completed.
<TextInput
style={{ height: 40, borderColor: 'gray', borderWidth: 1 }}
onChangeText={(text) => SetText(text)}
onSubmitEditing={() => press(text)}
/>
It's similar to how you can keep the keyboard open when sending messages on Whatsapp. It's like the opposite of keyboard.dismiss().