diff --git a/src/App.native.tsx b/src/App.native.tsx index 9e999ba0..609d316d 100644 --- a/src/App.native.tsx +++ b/src/App.native.tsx @@ -172,12 +172,12 @@ function App() { * that is set up in the InnerApp component above. */ return ( - - - - - - + + + + + + @@ -191,12 +191,12 @@ function App() { - - - - - - + + + + + + ) } diff --git a/src/App.web.tsx b/src/App.web.tsx index 88fd8024..8531dc88 100644 --- a/src/App.web.tsx +++ b/src/App.web.tsx @@ -151,11 +151,11 @@ function App() { * that is set up in the InnerApp component above. */ return ( - - - - - + + + + + @@ -169,11 +169,11 @@ function App() { - - - - - + + + + + ) }