Add basic react-navigator usage

This commit is contained in:
Paul Frazee 2022-06-07 18:56:31 -05:00
parent 1a1d313801
commit efe65e70d7
7 changed files with 165 additions and 11 deletions

View file

@ -3,7 +3,7 @@
*/
import {AppRegistry} from 'react-native';
import App from './App';
import App from './src/App';
import {name as appName} from './app.json';
AppRegistry.registerComponent(appName, () => App);