|  | @@ -99,6 +99,9 @@ this.props.navigator.setStyle({
 | 
	
		
			
			| 99 | 99 |    topBarShadowOpacity: 0.5, // Sets shadow opacity on the navbar, Works only when topBarElevationShadowEnabled: true
 | 
	
		
			
			| 100 | 100 |    topBarShadowOffset: 12, // Sets shadow offset on the navbar, Works only when topBarElevationShadowEnabled: true
 | 
	
		
			
			| 101 | 101 |    topBarShadowRadius: 3 // Sets shadow radius on the navbar, Works only when topBarElevationShadowEnabled: true
 | 
	
		
			
			|  | 102 | +
 | 
	
		
			
			|  | 103 | +  preferredContentSize: { width: 500, height: 500 } // Sets the preferred size for the view controller’s view.
 | 
	
		
			
			|  | 104 | +  modalPresentationStyle: 'formSheet' // Sets the presentation style for modally presented view controllers. Supported styles are: 'formSheet', 'pageSheet', 'overFullScreen' and 'fullScreen'. 
 | 
	
		
			
			| 102 | 105 |    
 | 
	
		
			
			| 103 | 106 |    // Android only
 | 
	
		
			
			| 104 | 107 |    navigationBarColor: '#000000', // change the background color of the bottom native navigation bar.
 |