Skip to content

Commit

Permalink
Fixed events tab not showing on open
Browse files Browse the repository at this point in the history
  • Loading branch information
GitBrent authored and GitBrent committed May 11, 2018
1 parent b066f03 commit 5c11379
Show file tree
Hide file tree
Showing 3 changed files with 1,786 additions and 1,780 deletions.
7 changes: 4 additions & 3 deletions App.js
Original file line number Diff line number Diff line change
Expand Up @@ -71,13 +71,14 @@
EventsTab: {screen: EventsFeedStack},
},
{
tabBarPosition : 'bottom',
tabBarOptions : {
tabBarPosition: 'bottom',
swipeEnabled: false,
animationEnabled: false,
tabBarOptions: {
activeTintColor: '#3e9876',
activeBackgroundColor: '#ffffff',
inactiveBackgroundColor: '#ffffff',
inactiveTintColor: '#B7C3D0',
swipingEnbled: 'true',
}
});

Expand Down
Loading

0 comments on commit 5c11379

Please sign in to comment.