diff --git a/SetForm.tsx b/SetForm.tsx index a96fb82..3ec37bd 100644 --- a/SetForm.tsx +++ b/SetForm.tsx @@ -60,6 +60,7 @@ export default function SetForm({ onChangeText={setName} autoCorrect={false} autoFocus={!name} + blurOnSubmit={false} onSubmitEditing={() => repsRef.current?.focus()} />