Prevent keyboard flicker from set name to reps

Closes #42
This commit is contained in:
Brandon Presley 2022-09-24 15:38:58 +12:00
parent 406d8e7738
commit 24c8eb08b9
1 changed files with 1 additions and 0 deletions

View File

@ -60,6 +60,7 @@ export default function SetForm({
onChangeText={setName}
autoCorrect={false}
autoFocus={!name}
blurOnSubmit={false}
onSubmitEditing={() => repsRef.current?.focus()}
/>
<MassiveInput