From e75b2d508baf9b19e7340657ac2951e9f057b735 Mon Sep 17 00:00:00 2001 From: Paul Frazee Date: Wed, 8 Nov 2023 09:10:59 -0800 Subject: Move invite-state to new persistence + context and replace the notifications with just showing uses in the modal (#1840) --- src/App.native.tsx | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'src/App.native.tsx') diff --git a/src/App.native.tsx b/src/App.native.tsx index 4500b5d07..865e6dc19 100644 --- a/src/App.native.tsx +++ b/src/App.native.tsx @@ -23,6 +23,7 @@ import {queryClient} from 'lib/react-query' import {TestCtrls} from 'view/com/testing/TestCtrls' import {Provider as ShellStateProvider} from 'state/shell' import {Provider as MutedThreadsProvider} from 'state/muted-threads' +import {Provider as InvitesStateProvider} from 'state/invites' SplashScreen.preventAutoHideAsync() @@ -80,7 +81,9 @@ function App() { return ( - + + + ) -- cgit 1.4.1