Fixing yes/no dialog. Fix AppDelegate for navigation

This commit is contained in:
John Lyon-Smith
2018-03-06 13:56:04 -08:00
parent 58c894b63d
commit 69e3057e10
10 changed files with 208 additions and 7 deletions

View File

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