From 00a146a3490e6a8e5ba0cea62a686793a64a502d Mon Sep 17 00:00:00 2001 From: MendixMobile Date: Fri, 7 Aug 2026 13:25:30 +0000 Subject: [PATCH 1/3] 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/3] 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. From 92caf7b25995b47cef4a9bf6616d8975ac771010 Mon Sep 17 00:00:00 2001 From: ConnorLand <47385345+ConnorLand@users.noreply.github.com> Date: Mon, 10 Aug 2026 11:20:56 +0200 Subject: [PATCH 3/3] Update nt-17-rn.md --- .../nt-studio-pro-11-parent/nt-17-rn.md | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) 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 08227bce0a0..18fed8bdc02 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,26 +9,37 @@ description: "Native Template 17" **Release date: Aug 7, 2026** +### Improvememnts + - We upgraded Android SDK version to 36. +- We replaced `@notifee/react-native` with the `react-native-notify-kit` library. + +### Fixes + - 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** +### Fixes + * We fixed an issue that caused iOS apps to restart repeatedly after an OTA update. ## 17.3.0 {#1730} **Release date: June 3, 2026** +### Fixes + * We fixed an issue that caused Android apps to restart repeatedly after an OTA update. ## 17.2.1 {#1721} **Release date: May 12, 2026** +### Fixes + * We fixed the CocoaPods installation issue that was caused by `xcodeproj object version` 70. ## 17.2.0 {#1720}