|  | @@ -76,6 +76,7 @@ Navigation.startTabBasedApp({
 | 
	
		
			
			| 76 | 76 |        contentOverlayColor: 'rgba(0,0,0,0.25)', // optional, add this if you want a overlay color when drawer is open
 | 
	
		
			
			| 77 | 77 |        leftDrawerWidth: 50, // optional, add this if you want a define left drawer width (50=percent)
 | 
	
		
			
			| 78 | 78 |        rightDrawerWidth: 50 // optional, add this if you want a define right drawer width (50=percent)
 | 
	
		
			
			|  | 79 | +      shouldStretchDrawer: true // optional, iOS only with 'MMDrawer' type, whether or not the panning gesture will “hard-stop” at the maximum width for a given drawer side, default : true
 | 
	
		
			
			| 79 | 80 |      },
 | 
	
		
			
			| 80 | 81 |      type: 'MMDrawer', // optional, iOS only, types: 'TheSideBar', 'MMDrawer' default: 'MMDrawer'
 | 
	
		
			
			| 81 | 82 |      animationType: 'door', //optional, iOS only, for MMDrawer: 'door', 'parallax', 'slide', 'slide-and-scale'
 |