Fix some text boxes
This commit is contained in:
parent
c503e4fb94
commit
ca9b56c5f1
@ -85,6 +85,8 @@ const Auth = () => {
|
||||
fontSize={24}
|
||||
onChangeText={(text) => setFullName(text)}
|
||||
value={full_name}
|
||||
secureTextEntry={false}
|
||||
autoCapitalize='words'
|
||||
placeholder='Full Name'
|
||||
/>
|
||||
</ThemedView>
|
||||
@ -95,6 +97,8 @@ const Auth = () => {
|
||||
fontSize={24}
|
||||
onChangeText={(text) => setEmail(text)}
|
||||
value={email}
|
||||
secureTextEntry={false}
|
||||
autoCapitalize='none'
|
||||
placeholder='email@address.com'
|
||||
/>
|
||||
</ThemedView>
|
||||
|
Loading…
x
Reference in New Issue
Block a user