From 3b18efc25953a4659365f8f70189fe3e79cfbd70 Mon Sep 17 00:00:00 2001 From: G Date: Wed, 8 May 2024 11:35:14 +0000 Subject: [PATCH] navigation container on top of everything beside ThemeProvider --- App.tsx | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/App.tsx b/App.tsx index 00fc422..5013395 100644 --- a/App.tsx +++ b/App.tsx @@ -9,9 +9,9 @@ import { StyleSheet } from "react-native"; export default function App() { return ( - - - + + + {/* */} {/* @@ -19,9 +19,9 @@ export default function App() { */} {/* */} - - - + + + ); } -- libgit2 0.27.1