Skip to content

Commit 630dcb5

Browse files
author
Krzysztof Borowy
committed
chore: match tester structure
1 parent d98bd00 commit 630dcb5

File tree

4 files changed

+1
-1
lines changed

4 files changed

+1
-1
lines changed
File renamed without changes.
File renamed without changes.
File renamed without changes.

example/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
*/
1010

1111
import {AppRegistry} from 'react-native';
12-
import App from './src/App';
12+
import App from './App';
1313
import {name as appName} from './app.json';
1414

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

0 commit comments

Comments
 (0)