We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b39d4ce + 4e839ba commit 3f2dd63Copy full SHA for 3f2dd63
CHANGELOG.MD
CHANGELOG.md
@@ -8,6 +8,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
8
9
## [Unreleased]
10
11
+## [v0.1.3] - 2025-12-05
12
+
13
+- We introduced AndroidNavigationBar module to get navigation bar height and active status.
14
15
## [0.1.2] - 2025-11-17
16
17
- We upgraded mendix-native to use React Native’s New Architecture to improve performance and future compatibility.
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "mendix-native",
3
- "version": "0.1.2",
+ "version": "0.1.3",
4
"description": "Mendix native mobile package",
5
"main": "./lib/module/index.js",
6
"types": "./lib/typescript/src/index.d.ts",
0 commit comments