Skip to content

Commit a36763d

Browse files
authored
Merge pull request #94 from aurmartin/fix/isomorphic-webcrypto-resolution-react-native
fix isomorphic-webcrypto resolution on react-native
2 parents 6f36fbf + 46eab59 commit a36763d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

webcrypto.react-native.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
// @ts-ignore
2-
import webcrypto from 'isomorphic-webcrypto'
2+
import webcrypto from 'isomorphic-webcrypto/src/react-native'
33

44
webcrypto.ensureSecure()
55

0 commit comments

Comments
 (0)