diff --git a/src/App.js b/src/App.js index 5d27841..c20d41a 100644 --- a/src/App.js +++ b/src/App.js @@ -15,11 +15,9 @@ export default function App() { initDatabase(global.userDataBase); const Stack = createStackNavigator(); return ( - - - - - + + + ); }