From 7a334362aefadca29bef9de0f4459d0577d328ca Mon Sep 17 00:00:00 2001 From: Samuel Newman Date: Thu, 14 Aug 2025 01:13:51 +0300 Subject: [Perf - part 1] Hoist service config query (#8812) --- src/App.native.tsx | 27 +++++++++++++++------------ 1 file changed, 15 insertions(+), 12 deletions(-) (limited to 'src/App.native.tsx') diff --git a/src/App.native.tsx b/src/App.native.tsx index 4037eedd2..0b46da9dd 100644 --- a/src/App.native.tsx +++ b/src/App.native.tsx @@ -29,6 +29,7 @@ import {Provider as A11yProvider} from '#/state/a11y' import {Provider as AgeAssuranceProvider} from '#/state/ageAssurance' import {Provider as MutedThreadsProvider} from '#/state/cache/thread-mutes' import {Provider as DialogStateProvider} from '#/state/dialogs' +import {Provider as EmailVerificationProvider} from '#/state/email-verification' import {listenSessionDropped} from '#/state/events' import { beginResolveGeolocation, @@ -155,18 +156,20 @@ function InnerApp() { - - - - - - - - - - - + + + + + + + + + + + + + -- cgit 1.4.1