From 7c272b8109a309e1b1aec95cc045509158fa7bd0 Mon Sep 17 00:00:00 2001 From: Adarsh Naidu <47289788+AdarshNaidu@users.noreply.github.com> Date: Mon, 21 Oct 2019 16:26:55 +0530 Subject: [PATCH] issue #2 fixed bottom navigation bar --- frontend/navigation/navigation.js | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/frontend/navigation/navigation.js b/frontend/navigation/navigation.js index 7ae63673..945ac3fd 100644 --- a/frontend/navigation/navigation.js +++ b/frontend/navigation/navigation.js @@ -18,6 +18,14 @@ const customerBottomTabNavigator = createBottomTabNavigator({ }) }, Profile : studentProfileScreen + }, + { + defaultNavigationOptions: () => ({}), + tabBarOptions: { + style:{ + paddingBottom: 15 + } + } } );