Files
deighton-ar/mobile/index.js

5 lines
127 B
JavaScript

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