From 7929b0ebbf2dc4d8401b7b09f9767a52abf83325 Mon Sep 17 00:00:00 2001 From: MendixMobile Date: Mon, 3 Aug 2026 08:28:29 +0000 Subject: [PATCH] docs: update mobile release notes for v20.0.0 --- .../nt-studio-pro-11-parent/nt-20-rn.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 content/en/docs/releasenotes/mobile/native-template/nt-studio-pro-11-parent/nt-20-rn.md diff --git a/content/en/docs/releasenotes/mobile/native-template/nt-studio-pro-11-parent/nt-20-rn.md b/content/en/docs/releasenotes/mobile/native-template/nt-studio-pro-11-parent/nt-20-rn.md new file mode 100644 index 00000000000..c7baf7bfa4e --- /dev/null +++ b/content/en/docs/releasenotes/mobile/native-template/nt-studio-pro-11-parent/nt-20-rn.md @@ -0,0 +1,14 @@ +--- +title: "Native Template 20" +url: /releasenotes/mobile/nt-20-rn/ +weight: 1 +description: "Native Template 20" +--- + +## 20.0.0 + +**Release date: Aug 3, 2026** + +- 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. +- 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.