Skip to content

Instantly share code, notes, and snippets.

@anosikeosifo
Created January 21, 2018 16:47
Show Gist options
  • Save anosikeosifo/bdc93540e598547512a61e1370c2bf71 to your computer and use it in GitHub Desktop.
Save anosikeosifo/bdc93540e598547512a61e1370c2bf71 to your computer and use it in GitHub Desktop.
export default TabNavigator(
{
[screenNames.EXPLORE]: {
screen: Explore
},
[screenNames.USER_PROFILE]: {
screen: Explore
}
},
{
tabBarOptions: {
swipeEnabled: false,
tabBarPosiion: "bottom",
activeTintColor: "#ff5a5f",
style: {
backgroundColor: "#fff",
paddingVertical: 7
}
}
}
);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment