|  | @@ -15,6 +15,7 @@ Navigation.startTabBasedApp({
 | 
	
		
			
			| 15 | 15 |  
 | 
	
		
			
			| 16 | 16 |  ```js
 | 
	
		
			
			| 17 | 17 |  {
 | 
	
		
			
			|  | 18 | +  tabBarHidden: false, // make the tab bar hidden
 | 
	
		
			
			| 18 | 19 |    tabBarButtonColor: '#ffff00', // change the color of the tab icons and text (also unselected)
 | 
	
		
			
			| 19 | 20 |    tabBarSelectedButtonColor: '#ff9900', // change the color of the selected tab icon and text (only selected)
 | 
	
		
			
			| 20 | 21 |    tabBarBackgroundColor: '#551A8B' // change the background color of the tab bar
 |