6 lines
182 B
JavaScript
Raw Normal View History

2021-02-19 18:12:07 +01:00
import 'react-native-gesture-handler';
import { AppRegistry } from 'react-native';
import { App } from './src/App';
2021-02-19 16:07:53 +01:00
AppRegistry.registerComponent('VisionCameraExample', () => App);