hyperledger / indy-vdr

A library and proxy server for interacting with Hyperledger Indy Node ledger instances
Apache License 2.0
54 stars 71 forks source link

Update React Native wrapper with changes for 0.4.0 release #216

Open TimoGlastra opened 1 year ago

TimoGlastra commented 1 year ago

There's been some changes to the c-callable interface since the last release, mainly related to the support for did:indy.

Thse changes have been applied to Node.JS, but not React Native: https://github.com/hyperledger/indy-vdr/commit/f21a882b07dd2b66eb84b10bc15ad6b2aad3bc5a

There may be other changes that are not in the Node.JS wrapper as well.

TimoGlastra commented 1 year ago

Need a way to test the React Native app simply. @berendsliedrecht do you still have the test app?

berendsliedrecht commented 1 year ago

Need a way to test the React Native app simply. @berendsliedrecht do you still have the test app?

I am working on fixing a bunch of project setup related issues in the anoncreds repository, which would make the example app easier. Might take some time though.

genaris commented 1 year ago

As discussed in AFJ WG call today, for the time being we'll update the React Native wrapper and release a dev version of the wrapper that can be tested in AFJ. Once we are confident with it, we can go for the official release.

genaris commented 1 year ago

I've started looking at it and already fixed React Native wrapper to match NodeJS in https://github.com/hyperledger/indy-vdr/pull/218, but it seems that there are a few more things that weren't updated yet into JS wrappers:

TimoGlastra commented 1 year ago

"A few" 😅

TimoGlastra commented 9 months ago

@genaris did you ever make a start at the other methods? Do you think we can release a new stable release without including these new features for now?