We need to write a total of three native wrappers around the new shared components libraries. We need to determine the best design to develop all three wrappers.
[ ] Combine #36 and #35 to call native binary from JS
[ ] Watch https://youtu.be/xKOkILSLs0Q -- this video uses some really advanced concepts that we don't all need. I think we just need JS -> C++ --> Binary
[ ] How to install library without needing a manual install step
pack binaries in package
use auto linking
[ ] Make sure interfaces can be consistent across Node.JS and React Native
Idea: the Idiomatic wrapper on top of the native calls should be shared between Node.JS and React Native. E.g. Python wrapper for Askar has classes that abstract the native calls, but to recreate this for both Node.JS and React Native is not ideal I think
We need to write a total of three native wrappers around the new shared components libraries. We need to determine the best design to develop all three wrappers.
See this issue for a general strategy on current and proposed method: https://github.com/hyperledger/indy-vdr/issues/59
We still need to look at the viability of this approach.