safebash / opencrypto

OpenCrypto is a lightweight JavaScript library built on top of WebCryptography API
MIT License
74 stars 23 forks source link

react-native #43

Open clauderobi opened 10 months ago

clauderobi commented 10 months ago

Hi,

I have created in API library that uses opencrypto for a web App. Now, I need to support react-native but not sure how to do this. I tried to use react-native-webview-crypto but ended up in a dependency spiral of death. Now my sandbox is broken... :-(

I order to fix my sandbox I am tempted at starting over from scratch (it was just a proof of concept anyway); I am now starting to wonder what is the best approach at supporting opencrypto.

So my question is really is, what is the path of least resistance at adding cryptography to my react-native project.