Skip to content

Commit 729c527

Browse files
authored
Merge pull request mendix#11043 from vadymv-mendix/nt-19-release-notes
Add release notes for Native Template 19 and update compatibility
2 parents c5eea1e + a377e4e commit 729c527

3 files changed

Lines changed: 35 additions & 6 deletions

File tree

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

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@ 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 [19](/releasenotes/mobile/nt-19-rn/) are compatible with apps built using Studio Pro 11.10 and above.
14+
* Native Template versions of [18](/releasenotes/mobile/nt-18-rn/) are compatible with apps built using Studio Pro [11.8.x](/releasenotes/studio-pro/11.8/).
1315
* 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.
1416
* 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.
1517
* 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.
@@ -26,8 +28,8 @@ Compatible with Studio Pro 10:
2628

2729
Compatible with Studio Pro 9:
2830

29-
* Native Template versions of [7](/releasenotes/mobile/nt-7-rn/) are compatible with apps built using Studio Pro [9.24](/releasenotes/studio-pro/9.24/)-[10.5](/releasenotes/studio-pro/10.5/).
30-
* Native Template versions of [6](/releasenotes/mobile/nt-6-rn/) are compatible with apps built using Studio Pro [9.0](/releasenotes/studio-pro/9.0/)-[9.23](/releasenotes/studio-pro/9.23/).
31+
* Native Template versions of [7](/releasenotes/mobile/nt-7-rn/) are compatible with apps built using Studio Pro [9.24](/releasenotes/studio-pro/9.24/)-[10.5](/releasenotes/studio-pro/10.5/).
32+
* Native Template versions of [6](/releasenotes/mobile/nt-6-rn/) are compatible with apps built using Studio Pro [9.0](/releasenotes/studio-pro/9.0/)-[9.23](/releasenotes/studio-pro/9.23/).
3133

3234
Compatible with Studio Pro 8:
3335

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

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,13 @@ description: "Studio Pro 11 compatible Native Template release notes."
77

88
These are the current Native Template versions for Studio Pro 11 in active development:
99

10-
* Native Template versions of [15](/releasenotes/mobile/nt-15-rn/) are compatible with apps built using the following versions of Studio Pro:
11-
* Studio Pro 11.0 and above.
12-
* Native Template versions of [16](/releasenotes/mobile/nt-16-rn/) are compatible with apps built using the following versions of Studio Pro:
13-
* Studio Pro 11.5 and above.
10+
* Native Template versions of [19](/releasenotes/mobile/nt-19-rn/) are compatible with apps built using the following versions of Studio Pro:
11+
* Studio Pro 11.10 and above.
12+
* Native Template versions of [18](/releasenotes/mobile/nt-18-rn/) are compatible with apps built using the following versions of Studio Pro:
13+
* Studio Pro 11.9.x.
1414
* Native Template versions of [17](/releasenotes/mobile/nt-17-rn/) are compatible with apps built using the following versions of Studio Pro:
1515
* Studio Pro 11.6 and above.
16+
* Native Template versions of [16](/releasenotes/mobile/nt-16-rn/) are compatible with apps built using the following versions of Studio Pro:
17+
* Studio Pro 11.5 and above.
18+
* Native Template versions of [15](/releasenotes/mobile/nt-15-rn/) are compatible with apps built using the following versions of Studio Pro:
19+
* Studio Pro 11.0 and above.
Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
---
2+
title: "Native Template 19"
3+
url: /releasenotes/mobile/nt-19-rn/
4+
weight: 6
5+
description: "Native Template 19"
6+
---
7+
8+
## 19.0.0 {#1900}
9+
10+
**Release date: April 20, 2026**
11+
12+
### Improvements
13+
14+
* We upgraded the core stack to React Native `0.83.4` and aligned related React dependencies.
15+
* We upgraded multiple React Native ecosystem dependencies for compatibility and stability, including CLI, navigation, animation, media, and platform modules.
16+
* We migrated from `react-native-vector-icons` to the scoped `@react-native-vector-icons/*` package set.
17+
* We updated `.gitignore` to more precisely exclude `node_modules` directories in specific locations.
18+
* We added `@shopify/flash-list` to support the migration from FlatList to FlashList.
19+
* We upgraded `react-native-tab-view` from `3.5.2` to `4.3.0`.
20+
21+
### Fixes
22+
23+
* We fixed iOS builds crashing when built with Xcode 26.

0 commit comments

Comments
 (0)