Skip to content

Commit

Permalink
issue #2
Browse files Browse the repository at this point in the history
fixed bottom navigation bar
  • Loading branch information
AdarshNaidu authored Oct 21, 2019
1 parent a8fa4f0 commit 7c272b8
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions frontend/navigation/navigation.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,14 @@ const customerBottomTabNavigator = createBottomTabNavigator({
})
},
Profile : studentProfileScreen
},
{
defaultNavigationOptions: () => ({}),
tabBarOptions: {
style:{
paddingBottom: 15
}
}
}
);

Expand Down

0 comments on commit 7c272b8

Please sign in to comment.