Open TimoGlastra opened 1 year ago
Need a way to test the React Native app simply. @berendsliedrecht do you still have the test app?
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.
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.
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:
NativeBindings.ts
) NativeBindings.ts
) "A few" 😅
@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?
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.