|  | @@ -39,7 +39,7 @@ describe('app', () => {
 | 
	
		
			
			| 39 | 39 |      expect(elementByLabel('React Native Navigation!')).toBeVisible();
 | 
	
		
			
			| 40 | 40 |    });
 | 
	
		
			
			| 41 | 41 |  
 | 
	
		
			
			| 42 |  | -  it('show modal', () => {
 | 
	
		
			
			|  | 42 | +  xit('show modal', () => {
 | 
	
		
			
			| 43 | 43 |      elementByLabel('Show Modal').tap();
 | 
	
		
			
			| 44 | 44 |      expect(elementByLabel('Modal screen')).toBeVisible();
 | 
	
		
			
			| 45 | 45 |    });
 |