Skip to content

Commit 9a4bb47

Browse files
committed
Update example app
1 parent 573d1a0 commit 9a4bb47

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

example/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import { AppRegistry } from 'react-native';
2-
import App from './src/App.overrides';
2+
import App from './src/App';
33
import { name as appName } from './app.json';
44

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

0 commit comments

Comments
 (0)