You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Feb 1, 2024. It is now read-only.
@TimoGlastra wrote:
See the code samples below. for example proverCreateCredentialReq for iOS and Android sides expect different order of parameters. I guess because they match the native indy library for iOS/Android.
However I think we should abstract that away on the native side and make the call from the JS side the same for both.
This has been copied from AbsaOSS/rn-indy-sdk#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 match the native indy library for iOS/Android.However I think we should abstract that away on the native side and make the call from the JS side the same for both.
https://github.com/AbsaOSS/rn-indy-sdk/blob/43aff51c158cb871c12ce4247aa7df74690e51da/android/src/main/java/com/reactlibrary/IndySdkModule.java#L507
https://github.com/AbsaOSS/rn-indy-sdk/blob/43aff51c158cb871c12ce4247aa7df74690e51da/ios/IndySdk.swift#L302-L304
proverCreateCredentialReq
proverCreateCredentialReq
proverCreateCredentialReq
The text was updated successfully, but these errors were encountered: