We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7100528 commit ca74e31Copy full SHA for ca74e31
1 file changed
reactnativebase/index.js
@@ -3,7 +3,7 @@
3
*/
4
5
import {AppRegistry} from 'react-native';
6
-import App from './src/AppWithNavigation';
+import App from './src/App';
7
import {name as appName} from './app.json';
8
9
AppRegistry.registerComponent(appName, () => App);
0 commit comments