|  | @@ -85,18 +85,18 @@ class WelcomeScreen extends Component {
 | 
	
		
			
			| 85 | 85 |                            title: {
 | 
	
		
			
			| 86 | 86 |                              text: 'React Native Navigation!'
 | 
	
		
			
			| 87 | 87 |                            }
 | 
	
		
			
			|  | 88 | +                        },
 | 
	
		
			
			|  | 89 | +                        bottomTab: {
 | 
	
		
			
			|  | 90 | +                          text: 'Tab 1',
 | 
	
		
			
			|  | 91 | +                          icon: require('../images/one.png'),
 | 
	
		
			
			|  | 92 | +                          selectedIcon: require('../images/one.png'),
 | 
	
		
			
			|  | 93 | +                          testID: testIDs.FIRST_TAB_BAR_BUTTON
 | 
	
		
			
			| 88 | 94 |                          }
 | 
	
		
			
			| 89 | 95 |                        }
 | 
	
		
			
			| 90 | 96 |                      }
 | 
	
		
			
			| 91 | 97 |                    }
 | 
	
		
			
			| 92 | 98 |                  ],
 | 
	
		
			
			| 93 | 99 |                  options: {
 | 
	
		
			
			| 94 |  | -                  bottomTab: {
 | 
	
		
			
			| 95 |  | -                    text: 'Tab 1',
 | 
	
		
			
			| 96 |  | -                    icon: require('../images/one.png'),
 | 
	
		
			
			| 97 |  | -                    selectedIcon: require('../images/one.png'),
 | 
	
		
			
			| 98 |  | -                    testID: testIDs.FIRST_TAB_BAR_BUTTON
 | 
	
		
			
			| 99 |  | -                  },
 | 
	
		
			
			| 100 | 100 |                    topBar: {
 | 
	
		
			
			| 101 | 101 |                      visible: false
 | 
	
		
			
			| 102 | 102 |                    }
 |