|  | @@ -57,6 +57,7 @@ function startTabBasedApp(params) {
 | 
	
		
			
			| 57 | 57 |                  <NavigationControllerIOS
 | 
	
		
			
			| 58 | 58 |                    id={navigatorID}
 | 
	
		
			
			| 59 | 59 |                    title={tab.title}
 | 
	
		
			
			|  | 60 | +                  titleImage={tab.titleImage}
 | 
	
		
			
			| 60 | 61 |                    component={tab.screen}
 | 
	
		
			
			| 61 | 62 |                    passProps={{
 | 
	
		
			
			| 62 | 63 |                      navigatorID: navigatorID,
 | 
	
	
		
			
			|  | @@ -120,6 +121,7 @@ function startSingleScreenApp(params) {
 | 
	
		
			
			| 120 | 121 |          <NavigationControllerIOS
 | 
	
		
			
			| 121 | 122 |            id={navigatorID}
 | 
	
		
			
			| 122 | 123 |            title={screen.title}
 | 
	
		
			
			|  | 124 | +          titleImage={screen.titleImage}
 | 
	
		
			
			| 123 | 125 |            component={screen.screen}
 | 
	
		
			
			| 124 | 126 |            passProps={{
 | 
	
		
			
			| 125 | 127 |              navigatorID: navigatorID,
 | 
	
	
		
			
			|  | @@ -345,6 +347,7 @@ function showModal(params) {
 | 
	
		
			
			| 345 | 347 |          <NavigationControllerIOS
 | 
	
		
			
			| 346 | 348 |            id={navigatorID}
 | 
	
		
			
			| 347 | 349 |            title={params.title}
 | 
	
		
			
			|  | 350 | +          titleImage={params.titleImage}
 | 
	
		
			
			| 348 | 351 |            component={params.screen}
 | 
	
		
			
			| 349 | 352 |            passProps={passProps}
 | 
	
		
			
			| 350 | 353 |            style={navigatorStyle}
 |