Skip to content

Commit 7e51cfc

Browse files
author
Libin Lu
authored
Update index.js
1 parent f792147 commit 7e51cfc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.js

+1-1
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)