From 678d3b21138a877937c30a4e46e2761ee5130862 Mon Sep 17 00:00:00 2001 From: OtavioStasiak Date: Fri, 22 Nov 2024 00:16:36 -0300 Subject: [PATCH] fix: added label on show and hide password input --- app/containers/TextInput/FormTextInput.tsx | 5 ++++- app/i18n/locales/ar.json | 2 ++ app/i18n/locales/bn-IN.json | 2 ++ app/i18n/locales/cs.json | 2 ++ app/i18n/locales/de.json | 2 ++ app/i18n/locales/en.json | 2 ++ app/i18n/locales/es.json | 2 ++ app/i18n/locales/fi.json | 2 ++ app/i18n/locales/fr.json | 2 ++ app/i18n/locales/hi-IN.json | 2 ++ app/i18n/locales/hu.json | 2 ++ app/i18n/locales/it.json | 2 ++ app/i18n/locales/ja.json | 2 ++ app/i18n/locales/nl.json | 2 ++ app/i18n/locales/pt-BR.json | 2 ++ app/i18n/locales/pt-PT.json | 2 ++ app/i18n/locales/ru.json | 2 ++ app/i18n/locales/sl-SI.json | 2 ++ app/i18n/locales/sv.json | 2 ++ app/i18n/locales/ta-IN.json | 2 ++ app/i18n/locales/te-IN.json | 2 ++ app/i18n/locales/tr.json | 2 ++ app/i18n/locales/zh-CN.json | 2 ++ app/i18n/locales/zh-TW.json | 2 ++ app/stacks/InsideStack.tsx | 8 ++------ 25 files changed, 52 insertions(+), 7 deletions(-) diff --git a/app/containers/TextInput/FormTextInput.tsx b/app/containers/TextInput/FormTextInput.tsx index f1c9da893d..4de684eff9 100644 --- a/app/containers/TextInput/FormTextInput.tsx +++ b/app/containers/TextInput/FormTextInput.tsx @@ -167,7 +167,10 @@ export const FormTextInput = ({ ) : null} {secureTextEntry ? ( - setShowPassword(!showPassword)} style={[styles.iconContainer, styles.iconRight]}> + setShowPassword(!showPassword)} + style={[styles.iconContainer, styles.iconRight]}> { return ( - + ); }; @@ -309,7 +305,7 @@ const InsideStackNavigator = () => {