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 ae1adcd470b..ae574297cc8 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,18 @@ weight: 8 description: "Native Template 17" --- +## 19.0.0 + +**Release date: Apr 20, 2026** + +- We upgraded the core stack to React Native `0.83.4` and aligned related React dependencies. +- We upgraded multiple React Native ecosystem dependencies for compatibility and stability (including CLI, navigation, animation, media, and platform modules). +- We migrated from `react-native-vector-icons` to the scoped `@react-native-vector-icons/*` package set. +- We updated `.gitignore` to more precisely exclude `node_modules` directories in specific locations. +- We added a new dependency for `@shopify/flash-list` to support the migration from FlatList to FlashList. +- We upgraded `react-native-tab-view` from 3.5.2 to 4.3.0. +- Fix the iOS builds crashing when building with Xcode 26. + ## 17.0.2 {#1702} **Release date: January 12, 2026**