Skip to content

Commit

Permalink
solve issue with tab not showing on android
Browse files Browse the repository at this point in the history
  • Loading branch information
anchetaWern committed Apr 23, 2018
1 parent 7c48697 commit bd19d05
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Root.js
Original file line number Diff line number Diff line change
Expand Up @@ -81,8 +81,10 @@ export default TabNavigator(
return <MaterialIcons name={iconName} size={35} color={color} />;
},
}),
tabBarPosition: 'bottom',
animationEnabled: true,
tabBarOptions: {
showIcon: true,
showLabel: false,
style: {
backgroundColor: '#333'
Expand Down

0 comments on commit bd19d05

Please sign in to comment.