Skip to content

Commit 7848b0f

Browse files
committed
Fix 24 Correct component registration
1 parent f08e613 commit 7848b0f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

index.android.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@ import {
44

55
import Root from './src';
66

7-
AppRegistry.registerComponent('EZNetApp', () => Root);
7+
AppRegistry.registerComponent('EZNet', () => Root);

index.ios.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@ import {
44

55
import Root from './src';
66

7-
AppRegistry.registerComponent('EZNetApp', () => Root);
7+
AppRegistry.registerComponent('EZNet', () => Root);

0 commit comments

Comments
 (0)