From 424d1dc3a90a0ff2d6fbe16907422abf0f4821c8 Mon Sep 17 00:00:00 2001 From: G Date: Mon, 9 Sep 2024 09:39:21 +0000 Subject: [PATCH] using the isLoading props for the when authenticating --- src/screens/UserLoginScreen.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/src/screens/UserLoginScreen.tsx b/src/screens/UserLoginScreen.tsx index 3dfc06c..4fd9b70 100644 --- a/src/screens/UserLoginScreen.tsx +++ b/src/screens/UserLoginScreen.tsx @@ -140,6 +140,7 @@ const UserLoginScreen: MainStackScreenComponentProps<"userLoginScreen"> = ({ nav // navigation.navigate("bottomTabs"); submit(); }} + isLoading={authenticationMutation.isPending} />