Files
deighton-ar/mobile/index.js
2018-03-06 13:56:04 -08:00

5 lines
152 B
JavaScript

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