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

6 lines
178 B
JavaScript
Raw Normal View History

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)