diff options
Diffstat (limited to 'src/App.native.tsx')
-rw-r--r-- | src/App.native.tsx | 16 |
1 files changed, 8 insertions, 8 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> |