indy-sdk-react-native
indy-sdk-react-native copied to clipboard
React Native wrapper around Indy SDK Java and Objective-C wrappers.
There was an issue in the old repository AbsaOSS/rn-indy-sdk#20 that mentioned some problems with `Indy.framework` installation. It seems they were related to the problem with Swift backward compatibility so I'm...
This has been copied from AbsaOSS/rn-indy-sdk#36 @TheArhaam wrote: `buildGetAcceptanceMechanismsRequest` throws `CommonInvalidParam4 `, caused by `Invalid pointer has been passed` **IndySdkModule.java** ```java @ReactMethod public void buildGetAcceptanceMechanismsRequest(String submitterDid, int timestamp, String version,...
The current `Indy.framework` library, mentioned in the installation manual, contains only a library built for `arm64` architecture. It would be good to have also library build for `x86` architecture to...
This has been copied from AbsaOSS/rn-indy-sdk#30 @jakubkoci wrote: As @TimoGlastra suggested in #29: "Indy for node throws an IndyError error class instance. I think we could just copy the IndyError...
This has been copied from https://github.com/AbsaOSS/rn-indy-sdk/issues/25 @TimoGlastra wrote: See the code samples below. for example `proverCreateCredentialReq` for iOS and Android sides expect different order of parameters. I guess because they...
As you can see in [Indy SDK Node.js wrapper](https://github.com/hyperledger/indy-sdk/blob/master/wrappers/nodejs/README.md), the following methods are deprecated: * `cryptoAuthCrypt` is depracated in favor of `packMessage` * `cryptoAuthDecrypt` is deprecated in favor of `unpackMessage`