Update TabNavigator.md (#2482)

tabNavigatorConfig doc improvements
This commit is contained in:
Keegan Stothert
2017-08-28 20:25:56 -06:00
parent f24061c26b
commit 9c4e31fdba

View File

@@ -61,6 +61,8 @@ const MyApp = TabNavigator({
screen: MyNotificationsScreen,
},
}, {
tabBarPosition: 'top',
animationEnabled: true,
tabBarOptions: {
activeTintColor: '#e91e63',
},