Files
deighton-ar/mobile/index.js
2018-03-31 17:58:02 -07:00

5 lines
130 B
JavaScript

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