From fcde6613fdf8c6b01176a9366a0d8ff3f4aeabc7 Mon Sep 17 00:00:00 2001 From: Carlos Adriano Souza de Oliveira Date: Wed, 6 Nov 2019 14:38:31 -0300 Subject: [PATCH] Update routes.js The fix was made in Dashboard.js and Presentation.js ... The menu can be released. --- routes.js | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/routes.js b/routes.js index 5ac0b2e..1cec085 100644 --- a/routes.js +++ b/routes.js @@ -112,7 +112,7 @@ const screens = { drawerIcon: props => , }, }, - /* + Dashboard: { screen: Dashboard, navigationOptions: { @@ -120,7 +120,7 @@ const screens = { drawerIcon: props => , }, }, - */ + News: { screen: News, navigationOptions: { @@ -135,7 +135,7 @@ const screens = { drawerIcon: props => , }, }, - /* + Presentation: { screen: Presentation, navigationOptions: { @@ -171,7 +171,7 @@ const screens = { drawerIcon: props => , }, }, - */ + }; const options = {