We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 573d1a0 commit 9a4bb47Copy full SHA for 9a4bb47
example/index.js
@@ -1,5 +1,5 @@
1
import { AppRegistry } from 'react-native';
2
-import App from './src/App.overrides';
+import App from './src/App';
3
import { name as appName } from './app.json';
4
5
AppRegistry.registerComponent(appName, () => App);
0 commit comments