rdf-canonize icon indicating copy to clipboard operation
rdf-canonize copied to clipboard

Enable support for using this in React Native

Open dmitrizagidulin opened this issue 3 years ago • 10 comments

Currently fails on React Native (since that environment has neither node's crypto nor the browser's crypto.subtle..

Instead, convert to use isomorphic-webcrypto lib, which also has React Native support - https://github.com/kevlened/isomorphic-webcrypto#react-native.

dmitrizagidulin avatar May 07 '21 23:05 dmitrizagidulin