react-native-vision-camera/package/example/index.js

6 lines
182 B
JavaScript
Raw Normal View History

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