From 00a146a3490e6a8e5ba0cea62a686793a64a502d Mon Sep 17 00:00:00 2001 From: MendixMobile Date: Fri, 7 Aug 2026 13:25:30 +0000 Subject: [PATCH 1/2] docs: update mobile release notes for v17.4.1 --- .../native-template/nt-studio-pro-11-parent/nt-17-rn.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/content/en/docs/releasenotes/mobile/native-template/nt-studio-pro-11-parent/nt-17-rn.md b/content/en/docs/releasenotes/mobile/native-template/nt-studio-pro-11-parent/nt-17-rn.md index 35217a4376b..afd11326446 100644 --- a/content/en/docs/releasenotes/mobile/native-template/nt-studio-pro-11-parent/nt-17-rn.md +++ b/content/en/docs/releasenotes/mobile/native-template/nt-studio-pro-11-parent/nt-17-rn.md @@ -5,6 +5,13 @@ weight: 8 description: "Native Template 17" --- +## 17.4.1 + +**Release date: Aug 7, 2026** + +- We fixed an issue that could cause apps to restart repeatedly after an OTA update on iOS. +- Replaced @notifee/react-native with react-native-notify-kit library. + ## 17.4.0 {#1740} **Release date: June 23, 2026** From 9a5c66ce61b07b7b7850da2c71686f2c9c5cfec3 Mon Sep 17 00:00:00 2001 From: Mendix Mobile Date: Fri, 7 Aug 2026 15:37:42 +0200 Subject: [PATCH 2/2] Update nt-17-rn.md --- .../mobile/native-template/nt-studio-pro-11-parent/nt-17-rn.md | 1 + 1 file changed, 1 insertion(+) diff --git a/content/en/docs/releasenotes/mobile/native-template/nt-studio-pro-11-parent/nt-17-rn.md b/content/en/docs/releasenotes/mobile/native-template/nt-studio-pro-11-parent/nt-17-rn.md index afd11326446..08227bce0a0 100644 --- a/content/en/docs/releasenotes/mobile/native-template/nt-studio-pro-11-parent/nt-17-rn.md +++ b/content/en/docs/releasenotes/mobile/native-template/nt-studio-pro-11-parent/nt-17-rn.md @@ -9,6 +9,7 @@ description: "Native Template 17" **Release date: Aug 7, 2026** +- We upgraded Android SDK version to 36. - We fixed an issue that could cause apps to restart repeatedly after an OTA update on iOS. - Replaced @notifee/react-native with react-native-notify-kit library.