Skip to content

Commit ca74e31

Browse files
committed
small changes in index file
1 parent 7100528 commit ca74e31

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

reactnativebase/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
*/
44

55
import {AppRegistry} from 'react-native';
6-
import App from './src/AppWithNavigation';
6+
import App from './src/App';
77
import {name as appName} from './app.json';
88

99
AppRegistry.registerComponent(appName, () => App);

0 commit comments

Comments
 (0)