diff --git a/native/root.react.js b/native/root.react.js --- a/native/root.react.js +++ b/native/root.react.js @@ -301,71 +301,67 @@ } return ( - - - - - - - - - - - - - - - - - - - - - - - - {gated} - - - - - - - {navigation} - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + {gated} + + + + + + + {navigation} + + + + + + + + + + + + + + + + + + + ); } @@ -379,9 +375,11 @@ function AppRoot(): React.Node { return ( - - - + + + + + ); }