Get Android build working

This commit is contained in:
John Lyon-Smith
2018-03-31 17:58:02 -07:00
parent 06e9ec527c
commit aa622012cd
24 changed files with 531 additions and 4288 deletions

View File

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