diff --git a/content/en/docs/refguide/mobile/designing-mobile-user-interfaces/edge-to-edge.md b/content/en/docs/refguide/mobile/designing-mobile-user-interfaces/edge-to-edge.md index 603bac92746..c5c0dd3a333 100644 --- a/content/en/docs/refguide/mobile/designing-mobile-user-interfaces/edge-to-edge.md +++ b/content/en/docs/refguide/mobile/designing-mobile-user-interfaces/edge-to-edge.md @@ -11,7 +11,7 @@ Edge-to-edge display is a modern Android design approach where your app's conten ## How Does Mendix Support Edge-to-Edge Display? -From Native template version 16.1.0 and Mendix Studio Pro version 11.6.0, Mendix automatically implements edge-to-edge display following Google's recommendations to ensure your app looks modern and polished on Android devices. This means the Android status bar and navigation bar are transparent, allowing your app's design to shine through. System UI elements blend seamlessly with your app's design, creating a cohesive, polished appearance. +From Native template version 17.0.0 and Mendix Studio Pro version 11.6.0, Mendix automatically implements edge-to-edge display following Google's recommendations to ensure your app looks modern and polished on Android devices. This means the Android status bar and navigation bar are transparent, allowing your app's design to shine through. System UI elements blend seamlessly with your app's design, creating a cohesive, polished appearance. ### Status Bar Changes @@ -30,7 +30,7 @@ The navigation bar has the following changes making your app's bottom navigation ## What This Means for You -Mendix Native template 16.1.0 automatically provides you with an edge-to-edge display experience with the following features. +Mendix Native template 17.0.0 automatically provides you with an edge-to-edge display experience with the following features. * **No Manual Calculations**: You don't need to worry about calculating insets or adjusting for different device configurations * **Automatic Adaptation**: The bottom bar automatically adjusts its height based on whether the navigation bar is visible diff --git a/content/en/docs/releasenotes/mobile/native-template/_index.md b/content/en/docs/releasenotes/mobile/native-template/_index.md index 042ca145ae0..a8d8b819a1e 100644 --- a/content/en/docs/releasenotes/mobile/native-template/_index.md +++ b/content/en/docs/releasenotes/mobile/native-template/_index.md @@ -10,6 +10,7 @@ For more information on native mobile app development, see the [native-template] Compatible with Studio Pro 11: +* Native Template versions of [17](/releasenotes/mobile/nt-17-rn/) are compatible with apps built using Studio Pro [11.6](/releasenotes/studio-pro/11.6/) and above. * Native Template versions of [16](/releasenotes/mobile/nt-16-rn/) are compatible with apps built using Studio Pro [11.5](/releasenotes/studio-pro/11.5/) and above. * Native Template versions of [15](/releasenotes/mobile/nt-15-rn/) are compatible with apps built using Studio Pro [11.0](/releasenotes/studio-pro/11.0/) and above. diff --git a/content/en/docs/releasenotes/mobile/native-template/nt-studio-pro-11-parent/_index.md b/content/en/docs/releasenotes/mobile/native-template/nt-studio-pro-11-parent/_index.md index ffd741df268..55d5e0ab947 100644 --- a/content/en/docs/releasenotes/mobile/native-template/nt-studio-pro-11-parent/_index.md +++ b/content/en/docs/releasenotes/mobile/native-template/nt-studio-pro-11-parent/_index.md @@ -11,3 +11,5 @@ These are the current Native Template versions for Studio Pro 11 in active devel * Studio Pro 11.0 and above. * Native Template versions of [16](/releasenotes/mobile/nt-16-rn/) are compatible with apps built using the following versions of Studio Pro: * Studio Pro 11.5 and above. +* Native Template versions of [17](/releasenotes/mobile/nt-17-rn/) are compatible with apps built using the following versions of Studio Pro: + * Studio Pro 11.6 and above. diff --git a/content/en/docs/releasenotes/mobile/native-template/nt-studio-pro-11-parent/nt-16-rn.md b/content/en/docs/releasenotes/mobile/native-template/nt-studio-pro-11-parent/nt-16-rn.md index 18b5cc5dc07..8f3375a1c73 100644 --- a/content/en/docs/releasenotes/mobile/native-template/nt-studio-pro-11-parent/nt-16-rn.md +++ b/content/en/docs/releasenotes/mobile/native-template/nt-studio-pro-11-parent/nt-16-rn.md @@ -5,14 +5,6 @@ weight: 9 description: "Native Template 16" --- -## 16.1.0 {#1610} - -**Release date: December 23, 2025** - -### Improvements - -* We improved the styling when edge-to-edge mode is enabled. - ## 16.0.0 {#1600} **Release date: November 20, 2025** 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 new file mode 100644 index 00000000000..e3694a62d99 --- /dev/null +++ b/content/en/docs/releasenotes/mobile/native-template/nt-studio-pro-11-parent/nt-17-rn.md @@ -0,0 +1,16 @@ +--- +title: "Native Template 17" +url: /releasenotes/mobile/nt-17-rn/ +weight: 9 +description: "Native Template 17" +--- + +## 17.0.0 {#1700} + +**Release date: December 22, 2025** + +### Improvements + +* We updated the native-template for compatibility with React v19 and React Native v0.78. This brings performance, stability improvements, and new features. +* We updated the version of mendix-native to v0.3.0 to fix iOS native file system issue. +* We improved the styling when edge-to-edge mode is enabled.