Skip to content

Instantly share code, notes, and snippets.

@amandeepmittal
Created July 25, 2018 08:13
Show Gist options
  • Save amandeepmittal/23f746b9a84f90d0a0b532653eceaef9 to your computer and use it in GitHub Desktop.
Save amandeepmittal/23f746b9a84f90d0a0b532653eceaef9 to your computer and use it in GitHub Desktop.
export default createBottomTabNavigator(
{
Home: HomeScreen,
Settings: SettingsScreen
},
{
tabBarOptions: {
activeTintColor: 'red',
inactiveTintColor: 'black'
}
}
);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment