Skip to content

Commit 36ce245

Browse files
committed
Update index.android.js
1 parent 2ad13c2 commit 36ce245

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

basic-react-native-sample/SendBirdReactNativeSample/index.android.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@ var {
33
AppRegistry
44
} = React;
55

6-
var Main = require('./src/main')
6+
var Main = require('./src/main');
77

88
AppRegistry.registerComponent('SendBirdReactNativeSample', () => Main);

0 commit comments

Comments
 (0)