From c428b6e1e9ca62c6dafa5e2679999d05c1180f5c Mon Sep 17 00:00:00 2001 From: karahanharunn Date: Thu, 2 Oct 2025 17:15:22 +0300 Subject: [PATCH 1/3] chore: docs update --- .../nt-studio-pro-11-parent/nt-15-rn.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/content/en/docs/releasenotes/mobile/native-template/nt-studio-pro-11-parent/nt-15-rn.md b/content/en/docs/releasenotes/mobile/native-template/nt-studio-pro-11-parent/nt-15-rn.md index 348ff941b84..100844007b3 100644 --- a/content/en/docs/releasenotes/mobile/native-template/nt-studio-pro-11-parent/nt-15-rn.md +++ b/content/en/docs/releasenotes/mobile/native-template/nt-studio-pro-11-parent/nt-15-rn.md @@ -5,6 +5,24 @@ weight: 10 description: "Native Template 15" --- +## 15.4.0 {#1530} + +**Release date: October 2, 2025** + +### Improvements + +- We have migrated from react-native-push-notification to @notifee/react-native for better new architecture compatibility and enhanced push notification features + +- We have upgraded `react-native-permissions` to version 5.4.2 + +- We have removed `react-native-schedule-exact-alarm-permission` dependency + +- We have added a USE_BIOMETRIC permission in Android. + +- We have migrated from react-native-fast-image to @d11/react-native-fast-image for new architecture compatibility. + +- We have upgraded react-native-reanimated to v3.16.7. + ## 15.3.0 {#1530} **Release date: June 23, 2025** From a0bd4215588d6a7429b71ee6e9f489ea20447650 Mon Sep 17 00:00:00 2001 From: ConnorLand <47385345+ConnorLand@users.noreply.github.com> Date: Fri, 3 Oct 2025 14:40:31 +0200 Subject: [PATCH 2/3] Update nt-15-rn.md --- .../nt-studio-pro-11-parent/nt-15-rn.md | 19 +++++++------------ 1 file changed, 7 insertions(+), 12 deletions(-) diff --git a/content/en/docs/releasenotes/mobile/native-template/nt-studio-pro-11-parent/nt-15-rn.md b/content/en/docs/releasenotes/mobile/native-template/nt-studio-pro-11-parent/nt-15-rn.md index 4dcb5c9495e..33549af54de 100644 --- a/content/en/docs/releasenotes/mobile/native-template/nt-studio-pro-11-parent/nt-15-rn.md +++ b/content/en/docs/releasenotes/mobile/native-template/nt-studio-pro-11-parent/nt-15-rn.md @@ -5,23 +5,18 @@ weight: 10 description: "Native Template 15" --- -## 15.4.0 {#1530} +## 15.4.0 {#1540} **Release date: October 2, 2025** ### Improvements -- We have migrated from react-native-push-notification to @notifee/react-native for better new architecture compatibility and enhanced push notification features - -- We have upgraded `react-native-permissions` to version 5.4.2 - -- We have removed `react-native-schedule-exact-alarm-permission` dependency - -- We have added a USE_BIOMETRIC permission in Android. - -- We have migrated from react-native-fast-image to @d11/react-native-fast-image for new architecture compatibility. - -- We have upgraded react-native-reanimated to v3.16.7. +- We migrated from `react-native-push-notification` to `@notifee/react-native` for improved architecture compatibility and enhanced push notification features. +- We upgraded `react-native-permissions` to version 5.4.2. +- We removed `react-native-schedule-exact-alarm-permission` dependency. +- We added a `USE_BIOMETRIC` permission in Android. +- We migrated from `react-native-fast-image` to `@d11/react-native-fast-image` for new architecture compatibility. +- We upgraded `react-native-reanimated` to v3.16.7. ## 15.3.1 {#1530} From e5a7ecbc3ab4fed4da2e46ac41bbbfed84c61f6c Mon Sep 17 00:00:00 2001 From: ConnorLand <47385345+ConnorLand@users.noreply.github.com> Date: Fri, 3 Oct 2025 14:50:16 +0200 Subject: [PATCH 3/3] Update nt-15-rn.md --- .../mobile/native-template/nt-studio-pro-11-parent/nt-15-rn.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/en/docs/releasenotes/mobile/native-template/nt-studio-pro-11-parent/nt-15-rn.md b/content/en/docs/releasenotes/mobile/native-template/nt-studio-pro-11-parent/nt-15-rn.md index 33549af54de..54071b55c8d 100644 --- a/content/en/docs/releasenotes/mobile/native-template/nt-studio-pro-11-parent/nt-15-rn.md +++ b/content/en/docs/releasenotes/mobile/native-template/nt-studio-pro-11-parent/nt-15-rn.md @@ -18,7 +18,7 @@ description: "Native Template 15" - We migrated from `react-native-fast-image` to `@d11/react-native-fast-image` for new architecture compatibility. - We upgraded `react-native-reanimated` to v3.16.7. -## 15.3.1 {#1530} +## 15.3.1 {#1531} **Release date: August 15, 2025**