From a44a1172fd8455e08192001360f8e9104f5f1bdf Mon Sep 17 00:00:00 2001 From: MxKevinBeqo Date: Mon, 13 Jul 2026 14:52:12 +0200 Subject: [PATCH 1/3] chore: update mendix-native for testing --- 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 e4f5e8db..2a358c9c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -24,7 +24,7 @@ "@react-native-vector-icons/material-icons": "12.4.1", "@react-navigation/native": "7.2.4", "@shopify/flash-list": "2.3.1", - "mendix-native": "https://github.com/mendix/mendix-native/releases/download/v0.5.1/mendix-native-v0.5.1.tgz", + "mendix-native": "github:mendix/mendix-native#moo/MOO-2391-improve-enc-storage", "react-native": "0.84.1", "react-native-blob-util": "0.24.7", "react-native-bootsplash": "6.3.12", @@ -6274,8 +6274,7 @@ }, "node_modules/mendix-native": { "version": "0.5.1", - "resolved": "https://github.com/mendix/mendix-native/releases/download/v0.5.1/mendix-native-v0.5.1.tgz", - "integrity": "sha512-0La6Ux9XkOR3iYOSfI6RU2t1lT312LlxEbG/OCqtkA+ii1l31bNhMzIUanOCpD+OKXkyVwVDadVbSJ/Dmo949w==", + "resolved": "git+ssh://git@github.com/mendix/mendix-native.git#f2ddaa063ae8cebde489bab85ce9fbd47f2bf71e", "license": "MIT", "workspaces": [ "example" diff --git a/package.json b/package.json index da3566bc..bb2f2a7a 100644 --- a/package.json +++ b/package.json @@ -10,7 +10,7 @@ "dependencies": { "@d11/react-native-fast-image": "8.13.0", "@gorhom/bottom-sheet": "5.2.14", - "mendix-native": "https://github.com/mendix/mendix-native/releases/download/v0.5.1/mendix-native-v0.5.1.tgz", + "mendix-native": "github:mendix/mendix-native#moo/MOO-2391-improve-enc-storage", "@op-engineering/op-sqlite": "15.2.5", "@shopify/flash-list": "2.3.1", "@react-native-async-storage/async-storage": "2.2.0", From 74dffb20a12fac792eac3e3d3246f17bd2f6aea0 Mon Sep 17 00:00:00 2001 From: MxKevinBeqo Date: Thu, 23 Jul 2026 18:10:43 +0200 Subject: [PATCH 2/3] chore: update mendix-native with new release --- 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 2a358c9c..47e37030 100644 --- a/package-lock.json +++ b/package-lock.json @@ -24,7 +24,7 @@ "@react-native-vector-icons/material-icons": "12.4.1", "@react-navigation/native": "7.2.4", "@shopify/flash-list": "2.3.1", - "mendix-native": "github:mendix/mendix-native#moo/MOO-2391-improve-enc-storage", + "mendix-native": "https://github.com/mendix/mendix-native/releases/download/v0.5.2/mendix-native-v0.5.2.tgz", "react-native": "0.84.1", "react-native-blob-util": "0.24.7", "react-native-bootsplash": "6.3.12", @@ -6273,8 +6273,9 @@ "license": "MIT" }, "node_modules/mendix-native": { - "version": "0.5.1", - "resolved": "git+ssh://git@github.com/mendix/mendix-native.git#f2ddaa063ae8cebde489bab85ce9fbd47f2bf71e", + "version": "0.5.2", + "resolved": "https://github.com/mendix/mendix-native/releases/download/v0.5.2/mendix-native-v0.5.2.tgz", + "integrity": "sha512-CqGEqSy+c+zoYHmphVg5CXR9JdAr7wZkkjgPgO41Pfar9KESIKcE7frfk+MHlpnhZH254xuH19XkIBQGpuFNeA==", "license": "MIT", "workspaces": [ "example" diff --git a/package.json b/package.json index bb2f2a7a..3eb55d82 100644 --- a/package.json +++ b/package.json @@ -10,7 +10,7 @@ "dependencies": { "@d11/react-native-fast-image": "8.13.0", "@gorhom/bottom-sheet": "5.2.14", - "mendix-native": "github:mendix/mendix-native#moo/MOO-2391-improve-enc-storage", + "mendix-native": "https://github.com/mendix/mendix-native/releases/download/v0.5.2/mendix-native-v0.5.2.tgz", "@op-engineering/op-sqlite": "15.2.5", "@shopify/flash-list": "2.3.1", "@react-native-async-storage/async-storage": "2.2.0", From 350a142205212cce46a8dbf2b3bae55dec518350 Mon Sep 17 00:00:00 2001 From: MxKevinBeqo Date: Mon, 27 Jul 2026 14:10:57 +0200 Subject: [PATCH 3/3] chore: add changelog --- CHANGELOG.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ba18dd67..4feba264 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,7 +7,9 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), ## [Unreleased] - We fixed an issue that could cause iOS apps to restart repeatedly after an OTA update. -- Replaced @notifee/react-native with react-native-notify-kit library. +- Replaced @notifee/react-native with react-native-notify-kit library. +- We addressed an issue on iOS, where a iOS-system dialogue would pop up during app startup, requesting a password. This was identified as part of Keychain read queries when a one-time keychain migration occurred. + ## [19.1.0] - 2026-06-03 - We updated the react-native to v0.84.1