Files
deighton-ar/mobile/index.js
John Lyon-Smith 8b7ba65641 After ejecting
2018-03-02 10:25:06 -08:00

4 lines
125 B
JavaScript

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