react-native-camera/Example/index.js

5 lines
135 B
JavaScript

import { AppRegistry } from 'react-native';
import Example from './Example';
AppRegistry.registerComponent('Example', () => Example);