Update RN Themis to 0.15.6: Android support 16 KB page sizes#1063
Merged
vixentael merged 4 commits intocossacklabs:release/0.15.0from Jan 9, 2026
Merged
Update RN Themis to 0.15.6: Android support 16 KB page sizes#1063vixentael merged 4 commits intocossacklabs:release/0.15.0from
vixentael merged 4 commits intocossacklabs:release/0.15.0from
Conversation
den-ua
commented
Dec 11, 2025
| "react": "19.2.0", | ||
| "react-native": "0.83.0", | ||
| "react-native-safe-area-context": "^5.5.2", | ||
| "react-native-themis": "file:../../../AndroidStudioProjects/themis/src/wrappers/themis/react-native-themis/react-native-themis-0.15.5.tgz" |
Author
There was a problem hiding this comment.
will be updated when library published
Contributor
There was a problem hiding this comment.
For the PR you may install actual version from local file, but replace the string in package.json :)
Author
There was a problem hiding this comment.
Good point, thanks 🙂
The local install was used only for testing during development.
radetsky
reviewed
Dec 11, 2025
| styles.sectionTitle, | ||
| { | ||
| color: isDarkMode ? Colors.white : Colors.black, | ||
| color: isDarkMode ? '#F5FCFF' : '#94cce3', |
Contributor
There was a problem hiding this comment.
You may create your own constants instead of raw values.
Author
There was a problem hiding this comment.
Agreed, that makes sense.
Replaced the raw values with named constants to improve readability and maintainability.
vixentael
reviewed
Dec 11, 2025
|
|
||
| gem 'cocoapods', '~> 1.12' | ||
| gem 'activesupport', '~> 7.0', '<= 7.0.8' | ||
| # Exclude problematic versions of cocoapods and activesupport that causes build failures. |
Contributor
|
neat, looking forward |
0dee5f8 to
fd4ca1a
Compare
julepka
approved these changes
Jan 9, 2026
radetsky
approved these changes
Jan 9, 2026
vixentael
approved these changes
Jan 9, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Main Changes
Updated RN Themis library to version 0.15.6 — bumping the bundled React-Native Themis binary to the latest release.
Android support 16 KB page sizes
Example app refresh - updated React-Native example project to align with the updated RN Themis version.
Code improvements and cleanup in example files.
Checklist