Add basic react-navigator usage
This commit is contained in:
parent
1a1d313801
commit
efe65e70d7
7 changed files with 165 additions and 11 deletions
2
index.js
2
index.js
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue