Skip to content

Commit 6937695

Browse files
authored
Merge pull request #107 from evollu/patch-3
use export default
2 parents ecf186c + 7e51cfc commit 6937695

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,5 +10,5 @@
1010
'use strict';
1111

1212
import { NativeModules } from 'react-native';
13-
module.exports = NativeModules.SplashScreen;
13+
export default NativeModules.SplashScreen;
1414

0 commit comments

Comments
 (0)