From 6ae219f0fe5a02b9e9972ed16cd9be760f5c9f2d Mon Sep 17 00:00:00 2001 From: karahanharunn Date: Thu, 27 Nov 2025 12:15:36 +0100 Subject: [PATCH 1/3] fix: update mendix-native dependency to use git URL for edge-to-edge layout --- package-lock.json | 5 ++--- package.json | 2 +- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index 4ab3c473..f32fafd8 100644 --- a/package-lock.json +++ b/package-lock.json @@ -21,7 +21,7 @@ "@react-native-community/datetimepicker": "8.2.0", "@react-native-picker/picker": "2.11.0", "@react-navigation/native": "7.0.14", - "mendix-native": "https://github.com/mendix/mendix-native/releases/download/v0.1.2/package.tgz", + "mendix-native": "github:mendix/mendix-native.git#edge-to-edge-mendix-native", "react-native": "0.77.3", "react-native-blob-util": "0.21.2", "react-native-bootsplash": "6.3.10", @@ -6708,8 +6708,7 @@ }, "node_modules/mendix-native": { "version": "0.1.2", - "resolved": "https://github.com/mendix/mendix-native/releases/download/v0.1.2/package.tgz", - "integrity": "sha512-XP59zEP49AsLWiKY24LBQF6CuSmVGUYYS/dBcoApvvbB90dWZrZtIK3SWgF9es5+XA0R/cTG0beycgpC/fudHw==", + "resolved": "git+ssh://git@github.com/mendix/mendix-native.git#90f43d6ceb2bae8b563d4fcfbae7e7395ce62932", "license": "MIT", "workspaces": [ "example" diff --git a/package.json b/package.json index b1b4643d..ef97eb09 100644 --- a/package.json +++ b/package.json @@ -10,7 +10,7 @@ "dependencies": { "@d11/react-native-fast-image": "8.11.1", "@gorhom/bottom-sheet": "^5.1.1", - "mendix-native": "https://github.com/mendix/mendix-native/releases/download/v0.1.2/package.tgz", + "mendix-native": "github:mendix/mendix-native.git#edge-to-edge-mendix-native", "@notifee/react-native": "9.1.8", "@op-engineering/op-sqlite": "15.0.7", "@react-native-async-storage/async-storage": "2.0.0", From 8bc1e9e0e0ca4a8b51ee82929bb3cc3e41478dbb Mon Sep 17 00:00:00 2001 From: karahanharunn Date: Fri, 28 Nov 2025 15:16:06 +0100 Subject: [PATCH 2/3] chore: log update --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 25ab0480..bf4ff80b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,10 @@ All notable changes to this template will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [16.1.0] - 2025-11-30 + +- We have improved the styling where edge-to-edge mode is enabled. + ## [16.0.0] - 2025-11-20 - We have updated native template to support react native new architecture. From fb7b6bc3438b0378518942ed7d8361c73f09b11b Mon Sep 17 00:00:00 2001 From: karahanharunn Date: Fri, 5 Dec 2025 11:26:27 +0100 Subject: [PATCH 3/3] chore: update mendix-native --- package-lock.json | 7 ++++--- package.json | 2 +- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/package-lock.json b/package-lock.json index f32fafd8..706b46d0 100644 --- a/package-lock.json +++ b/package-lock.json @@ -21,7 +21,7 @@ "@react-native-community/datetimepicker": "8.2.0", "@react-native-picker/picker": "2.11.0", "@react-navigation/native": "7.0.14", - "mendix-native": "github:mendix/mendix-native.git#edge-to-edge-mendix-native", + "mendix-native": "https://github.com/mendix/mendix-native/releases/download/v0.1.3/mendix-native-v0.1.3.tgz", "react-native": "0.77.3", "react-native-blob-util": "0.21.2", "react-native-bootsplash": "6.3.10", @@ -6707,8 +6707,9 @@ "integrity": "sha512-zYiwtZUcYyXKo/np96AGZAckk+FWWsUdJ3cHGGmld7+AhvcWmQyGCYUh1hc4Q/pkOhb65dQR/pqCyK0cOaHz4Q==" }, "node_modules/mendix-native": { - "version": "0.1.2", - "resolved": "git+ssh://git@github.com/mendix/mendix-native.git#90f43d6ceb2bae8b563d4fcfbae7e7395ce62932", + "version": "0.1.3", + "resolved": "https://github.com/mendix/mendix-native/releases/download/v0.1.3/mendix-native-v0.1.3.tgz", + "integrity": "sha512-EAtFuwzMg0SOKhaop5fdctZG0tRasNlQqamw6KAGfc/UlmHv+9sCs+np0957Y4AtBFHDRTmw7ggprkpm4JH3ow==", "license": "MIT", "workspaces": [ "example" diff --git a/package.json b/package.json index ef97eb09..65b330a5 100644 --- a/package.json +++ b/package.json @@ -10,7 +10,7 @@ "dependencies": { "@d11/react-native-fast-image": "8.11.1", "@gorhom/bottom-sheet": "^5.1.1", - "mendix-native": "github:mendix/mendix-native.git#edge-to-edge-mendix-native", + "mendix-native": "https://github.com/mendix/mendix-native/releases/download/v0.1.3/mendix-native-v0.1.3.tgz", "@notifee/react-native": "9.1.8", "@op-engineering/op-sqlite": "15.0.7", "@react-native-async-storage/async-storage": "2.0.0",