From cff7cbb4aa0a945399f4d44bb56a12ae0ed27278 Mon Sep 17 00:00:00 2001 From: Eduardo Tachotte <58338880+0xEDU@users.noreply.github.com> Date: Wed, 11 Sep 2024 20:28:23 -0300 Subject: [PATCH] Add autoCapitalize to password field (#5216) --- src/screens/Signup/StepInfo/index.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/src/screens/Signup/StepInfo/index.tsx b/src/screens/Signup/StepInfo/index.tsx index 47fb4c70..e0a7912f 100644 --- a/src/screens/Signup/StepInfo/index.tsx +++ b/src/screens/Signup/StepInfo/index.tsx @@ -172,6 +172,7 @@ export function StepInfo({ defaultValue={state.password} secureTextEntry autoComplete="new-password" + autoCapitalize="none" />