You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
My use-case is that I'm using react-native which doesn't currently ship with an implementation for the crypto runtime. I was wondering if it'd be possible, or if contributions would be welcome to, allow at runtime the import of crypto to be replaced with a shim?
Currently react-native-jwt exists which flat-out replaces the import with a shim, however this is not ideal.
Cheers!
Alex
The text was updated successfully, but these errors were encountered:
Hey,
My use-case is that I'm using
react-native
which doesn't currently ship with an implementation for thecrypto
runtime. I was wondering if it'd be possible, or if contributions would be welcome to, allow at runtime the import ofcrypto
to be replaced with a shim?Currently react-native-jwt exists which flat-out replaces the import with a shim, however this is not ideal.
Cheers!
Alex
The text was updated successfully, but these errors were encountered: