Browse Source

Fixing secure text input in login pswd

master
GabrielTrettel 3 years ago
parent
commit
5f9f0a0923
  1. 1
      src/app/screens/LoginScreen.js

1
src/app/screens/LoginScreen.js

@ -79,6 +79,7 @@ export default function LoginScreen(props) {
<FormField
maxLength={12}
name="password"
secureTextEntry={true}
numberOfLines={1}
placeholder="Senha"
/>

Loading…
Cancel
Save