add label to PasswordInput component
This commit is contained in:
@@ -61,6 +61,7 @@ export default function LoginScreen() {
|
||||
/>
|
||||
|
||||
<PasswordInput
|
||||
label="Password"
|
||||
returnKeyType="done"
|
||||
value={password}
|
||||
onChangeText={setPassword}
|
||||
|
||||
Reference in New Issue
Block a user