From 5061d838501b19abbdbb46cbddebe171cadda920 Mon Sep 17 00:00:00 2001 From: analuizaff Date: Fri, 15 Jan 2021 14:28:48 -0300 Subject: [PATCH] fixing flash message --- src/App.js | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) 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 ( - - - - - + + + ); }