Remove autoFocus from EditSet

Feels weird having auto focus on a new screen
This commit is contained in:
Brandon Presley 2022-07-11 12:59:38 +12:00
parent 039de1fbd3
commit 0f540cc778
1 changed files with 0 additions and 1 deletions

View File

@ -133,7 +133,6 @@ export default function EditSet() {
<ScrollView style={{height: '90%'}}>
<TextInput
style={styles.marginBottom}
autoFocus
label="Name *"
value={name}
onChangeText={setName}