From 2e5f73ff6149f9ac2834b0417c84b76763ef5ee2 Mon Sep 17 00:00:00 2001 From: Paul Frazee Date: Thu, 28 Sep 2023 12:41:44 -0700 Subject: Account quick switch modal (#1567) * quick switch menu * Some small tweaks and fixes to the account switch modal * Factor out the account switcher logic to a hook * Add haptic feedback on account switcher open * Fix bad merge --------- Co-authored-by: Samuel Newman --- src/Navigation.tsx | 1 + 1 file changed, 1 insertion(+) (limited to 'src/Navigation.tsx') diff --git a/src/Navigation.tsx b/src/Navigation.tsx index a247c72dd..97612c9ec 100644 --- a/src/Navigation.tsx +++ b/src/Navigation.tsx @@ -246,6 +246,7 @@ function TabsNavigator() { ), [], ) + return (