mirror of
https://github.com/status-im/react-native-camera.git
synced 2026-08-27 19:51:07 +00:00
5 lines
131 B
JavaScript
5 lines
131 B
JavaScript
import { AppRegistry } from 'react-native';
|
|
import App from './App';
|
|
|
|
AppRegistry.registerComponent('RNCameraExample', () => App);
|