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 <mozzius@protonmail.com>
This commit is contained in:
Paul Frazee
2023-09-28 12:41:44 -07:00
committed by GitHub
parent 3e340b336e
commit 2e5f73ff61
9 changed files with 243 additions and 59 deletions
+1
View File
@@ -246,6 +246,7 @@ function TabsNavigator() {
),
[],
)
return (
<Tab.Navigator
initialRouteName="HomeTab"