After ejecting

This commit is contained in:
John Lyon-Smith
2018-03-02 10:25:06 -08:00
parent 30fcdf9d77
commit 8b7ba65641
42 changed files with 2879 additions and 2860 deletions

3
mobile/index.js Normal file
View File

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