* chore: Disable `semi` in Prettier * chore: Format w/o semi * Remove more `;` * Lint example * More ;
		
			
				
	
	
		
			6 lines
		
	
	
		
			178 B
		
	
	
	
		
			JavaScript
		
	
	
	
	
	
			
		
		
	
	
			6 lines
		
	
	
		
			178 B
		
	
	
	
		
			JavaScript
		
	
	
	
	
	
| import 'react-native-gesture-handler'
 | |
| import { AppRegistry } from 'react-native'
 | |
| import { App } from './src/App'
 | |
| 
 | |
| AppRegistry.registerComponent('VisionCameraExample', () => App)
 |