Skip to content

Commit

Permalink
Merge pull request #94 from aurmartin/fix/isomorphic-webcrypto-resolu…
Browse files Browse the repository at this point in the history
…tion-react-native

fix isomorphic-webcrypto resolution on react-native
  • Loading branch information
dmonad authored Dec 4, 2024
2 parents 6f36fbf + 46eab59 commit a36763d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion webcrypto.react-native.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// @ts-ignore
import webcrypto from 'isomorphic-webcrypto'
import webcrypto from 'isomorphic-webcrypto/src/react-native'

webcrypto.ensureSecure()

Expand Down

0 comments on commit a36763d

Please sign in to comment.