# TabNavigator Used to easily set up a screen with several tabs with a TabRouter. ```js class MyHomeScreen extends React.Component { static navigationOptions = { tabBar: { label: 'Home', // Note: By default the icon is only shown on iOS. Search the showIcon option below. icon: ({ tintColor }) => ( ), }, } render() { return (