diff --git a/src/App.native.tsx b/src/App.native.tsx index c26052a92d..9e999ba0b3 100644 --- a/src/App.native.tsx +++ b/src/App.native.tsx @@ -172,31 +172,31 @@ function App() { * that is set up in the InnerApp component above. */ return ( - - - - - - - - - - + + + + + + + + + + - - - - - - - - - - + + + + + + + + + + ) } diff --git a/src/App.web.tsx b/src/App.web.tsx index fa1fba031b..88fd80248a 100644 --- a/src/App.web.tsx +++ b/src/App.web.tsx @@ -151,29 +151,29 @@ function App() { * that is set up in the InnerApp component above. */ return ( - - - - - - - - - + + + + + + + + + - - - - - - - - - + + + + + + + + + ) }