Themis by Cossack Labs v0.15.7 Release Notes
Release Date: 2026-04-24 // about 2 months ago-
RN Themis wrapper.
- โก๏ธ Updated React Native Themis wrapper to work with current React Native tooling and Android/iOS build stacks.
- ๐ Improved compatibility with newer Xcode versions.
RN example
- โก๏ธ Updated React Native example project to use the latest RN Themis wrapper.
- ๐ง Refreshed Android and iOS project configuration (Gradle, Xcode) to match modern defaults.
- ๐ Performed minor code cleanups and example app polish.
iOS (CocoaPods & framework project)
themis.podspecnow shipsthemis.xcframeworkas a vendored framework and bundlesPrivacyInfo.xcprivacy(resource bundle) for App Store privacy manifest requirements.- ๐
Themis.xcodeprojincludes the privacy manifest in the framework target, bumpsIPHONEOS_DEPLOYMENT_TARGETto 15.6.
Previous changes from v0.15.6
-
RN Themis wrapper
- โ Add support for Android devices that are configured to use a page size of 16 KB
RN example
- โก๏ธ updated React-Native example project to align with the updated RN Themis version.
Code improvements and cleanup in example files.