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
Merge branch 'dev-E2EE-2407' into 'master'
feat(E2EE-2407): Add support of PrehashedAndEncryptedPassphrase in Enroll API
See merge request TankerHQ/sdk-react-native!121
Merge branch 'dev-E2EE-2407' into 'master'
feat(E2EE-2407): Add support of PrehashedAndEncryptedPassphrase in Enroll API
See merge request TankerHQ/sdk-react-native!121
Merge branch 'dev-E2EE-2407' into 'master'
feat(E2EE-2407): Add support of PrehashedAndEncryptedPassphrase in Enroll API
See merge request TankerHQ/sdk-react-native!121
Merge branch 'tim/status_enum' into 'master'
maint: Update Status to be an enum like sdk-js, and export more types
See merge request TankerHQ/sdk-react-native!117
Merge branch 'tim/android_421' into 'master'
maint: Use sdk-android v4.2.1 to save ~3MB per arch of library size
See merge request TankerHQ/sdk-react-native!116
fix(ios): Autogenerated Swift.h header changes location when published
When building the package locally, the autogenerated header is always
under package/package-Swift.h
But when we publish to NPM and pull the package as a dependency,
the header is just package-Swift.h, without any prefix.
The same workaround is used in sdk-ios for its -Swift.h,
this is just another XCode quirk that we have to support