|  | @@ -11,7 +11,6 @@ public class ReactGateway {
 | 
	
		
			
			| 11 | 11 |  
 | 
	
		
			
			| 12 | 12 |  	public ReactGateway(final NavigationApplication application, final boolean isDebug) {
 | 
	
		
			
			| 13 | 13 |  		reactNativeHost = new NavigationReactNativeHost(application, isDebug);
 | 
	
		
			
			| 14 |  | -		
 | 
	
		
			
			| 15 | 14 |  		initializer = new NavigationReactInitializer(reactNativeHost.getReactInstanceManager(), isDebug);
 | 
	
		
			
			| 16 | 15 |  		jsDevReloadHandler = new JsDevReloadHandler(reactNativeHost.getReactInstanceManager());
 | 
	
		
			
			| 17 | 16 |  	}
 |