Skip to content

Commit cc549d9

Browse files
committed
fix: remove default require in expo sharing
1 parent ac3dbf9 commit cc549d9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package/expo-package/src/optionalDependencies/shareImage.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
let Sharing;
22

33
try {
4-
Sharing = require('expo-sharing').default;
4+
Sharing = require('expo-sharing');
55
} catch (e) {
66
// do nothing
77
}

0 commit comments

Comments
 (0)