From d1f660ed1e87bded12ad1ac3060168b799bf7c67 Mon Sep 17 00:00:00 2001 From: Sebastian Webster Date: Wed, 13 Sep 2023 10:16:21 +1200 Subject: [PATCH] Disabled usernameAvailabilityLoading RightIcon TouchableOpacity --- screens/Signup.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/screens/Signup.js b/screens/Signup.js index 8995563..6dc3dec 100644 --- a/screens/Signup.js +++ b/screens/Signup.js @@ -366,7 +366,7 @@ const UserTextInput = ({label, icon, isPassword, hidePassword, setHidePassword, )} {label === 'Username' ? usernameAvailabilityLoading ? - + : usernameIsAvailable !== undefined ?