|  | @@ -121,7 +121,7 @@ let defaultProps = {
 | 
	
		
			
			| 121 | 121 |  Platform.OS === 'android' &&
 | 
	
		
			
			| 122 | 122 |    Object.assign(defaultProps, {
 | 
	
		
			
			| 123 | 123 |      zoomable: false,
 | 
	
		
			
			| 124 |  | -    // if set to true may cause some layout issues (width of container will be than width of screen) on android
 | 
	
		
			
			|  | 124 | +    // if set to true may cause some layout issues (width of container will be larger than width of screen) on android
 | 
	
		
			
			| 125 | 125 |      scalesPageToFit: false
 | 
	
		
			
			| 126 | 126 |    });
 | 
	
		
			
			| 127 | 127 |  
 |