Commit 424d1dc3 by G

using the isLoading props for the when authenticating

parent 15fae481
...@@ -140,6 +140,7 @@ const UserLoginScreen: MainStackScreenComponentProps<"userLoginScreen"> = ({ nav ...@@ -140,6 +140,7 @@ const UserLoginScreen: MainStackScreenComponentProps<"userLoginScreen"> = ({ nav
// navigation.navigate("bottomTabs"); // navigation.navigate("bottomTabs");
submit(); submit();
}} }}
isLoading={authenticationMutation.isPending}
/> />
<Button <Button
variant={"lightGray"} variant={"lightGray"}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment