about summary refs log tree commit diff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/App.native.tsx16
-rw-r--r--src/App.web.tsx14
2 files changed, 15 insertions, 15 deletions
diff --git a/src/App.native.tsx b/src/App.native.tsx
index 3c3e8a46d..0c146dcc9 100644
--- a/src/App.native.tsx
+++ b/src/App.native.tsx
@@ -151,9 +151,11 @@ function InnerApp() {
                                             <TrendingConfigProvider>
                                               <GestureHandlerRootView
                                                 style={s.h100pct}>
-                                                <TestCtrls />
-                                                <Shell />
-                                                <NuxDialogs />
+                                                <IntentDialogProvider>
+                                                  <TestCtrls />
+                                                  <Shell />
+                                                  <NuxDialogs />
+                                                </IntentDialogProvider>
                                               </GestureHandlerRootView>
                                             </TrendingConfigProvider>
                                           </ProgressGuideProvider>
@@ -213,11 +215,9 @@ function App() {
                               <StarterPackProvider>
                                 <SafeAreaProvider
                                   initialMetrics={initialWindowMetrics}>
-                                  <IntentDialogProvider>
-                                    <LightStatusBarProvider>
-                                      <InnerApp />
-                                    </LightStatusBarProvider>
-                                  </IntentDialogProvider>
+                                  <LightStatusBarProvider>
+                                    <InnerApp />
+                                  </LightStatusBarProvider>
                                 </SafeAreaProvider>
                               </StarterPackProvider>
                             </BottomSheetProvider>
diff --git a/src/App.web.tsx b/src/App.web.tsx
index 8a2e13600..f0fb87a31 100644
--- a/src/App.web.tsx
+++ b/src/App.web.tsx
@@ -129,8 +129,10 @@ function InnerApp() {
                                           <SafeAreaProvider>
                                             <ProgressGuideProvider>
                                               <TrendingConfigProvider>
-                                                <Shell />
-                                                <NuxDialogs />
+                                                <IntentDialogProvider>
+                                                  <Shell />
+                                                  <NuxDialogs />
+                                                </IntentDialogProvider>
                                               </TrendingConfigProvider>
                                             </ProgressGuideProvider>
                                           </SafeAreaProvider>
@@ -187,11 +189,9 @@ function App() {
                       <LightboxStateProvider>
                         <PortalProvider>
                           <StarterPackProvider>
-                            <IntentDialogProvider>
-                              <LightStatusBarProvider>
-                                <InnerApp />
-                              </LightStatusBarProvider>
-                            </IntentDialogProvider>
+                            <LightStatusBarProvider>
+                              <InnerApp />
+                            </LightStatusBarProvider>
                           </StarterPackProvider>
                         </PortalProvider>
                       </LightboxStateProvider>