Skip to content

Commit 22dfdfb

Browse files
authored
Merge pull request mendix#10474 from vadymv-mendix/moo/release-native-template-17.0.0
Add release notes for Native Template 17
2 parents b5f09dd + dff63e7 commit 22dfdfb

5 files changed

Lines changed: 21 additions & 10 deletions

File tree

content/en/docs/refguide/mobile/designing-mobile-user-interfaces/edge-to-edge.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ Edge-to-edge display is a modern Android design approach where your app's conten
1111

1212
## How Does Mendix Support Edge-to-Edge Display?
1313

14-
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.
14+
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.
1515

1616
### Status Bar Changes
1717

@@ -30,7 +30,7 @@ The navigation bar has the following changes making your app's bottom navigation
3030

3131
## What This Means for You
3232

33-
Mendix Native template 16.1.0 automatically provides you with an edge-to-edge display experience with the following features.
33+
Mendix Native template 17.0.0 automatically provides you with an edge-to-edge display experience with the following features.
3434

3535
* **No Manual Calculations**: You don't need to worry about calculating insets or adjusting for different device configurations
3636
* **Automatic Adaptation**: The bottom bar automatically adjusts its height based on whether the navigation bar is visible

content/en/docs/releasenotes/mobile/native-template/_index.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ For more information on native mobile app development, see the [native-template]
1010

1111
Compatible with Studio Pro 11:
1212

13+
* 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.
1314
* 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.
1415
* 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.
1516

content/en/docs/releasenotes/mobile/native-template/nt-studio-pro-11-parent/_index.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,3 +11,5 @@ These are the current Native Template versions for Studio Pro 11 in active devel
1111
* Studio Pro 11.0 and above.
1212
* Native Template versions of [16](/releasenotes/mobile/nt-16-rn/) are compatible with apps built using the following versions of Studio Pro:
1313
* Studio Pro 11.5 and above.
14+
* Native Template versions of [17](/releasenotes/mobile/nt-17-rn/) are compatible with apps built using the following versions of Studio Pro:
15+
* Studio Pro 11.6 and above.

content/en/docs/releasenotes/mobile/native-template/nt-studio-pro-11-parent/nt-16-rn.md

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -5,14 +5,6 @@ weight: 9
55
description: "Native Template 16"
66
---
77

8-
## 16.1.0 {#1610}
9-
10-
**Release date: December 23, 2025**
11-
12-
### Improvements
13-
14-
* We improved the styling when edge-to-edge mode is enabled.
15-
168
## 16.0.0 {#1600}
179

1810
**Release date: November 20, 2025**
Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
---
2+
title: "Native Template 17"
3+
url: /releasenotes/mobile/nt-17-rn/
4+
weight: 9
5+
description: "Native Template 17"
6+
---
7+
8+
## 17.0.0 {#1700}
9+
10+
**Release date: December 22, 2025**
11+
12+
### Improvements
13+
14+
* We updated the native-template for compatibility with React v19 and React Native v0.78. This brings performance, stability improvements, and new features.
15+
* We updated the version of mendix-native to v0.3.0 to fix iOS native file system issue.
16+
* We improved the styling when edge-to-edge mode is enabled.

0 commit comments

Comments
 (0)