Themis 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.