From 7297ad39ac64ef7368893a1572481245ce4a4cb2 Mon Sep 17 00:00:00 2001 From: karahanharunn Date: Tue, 6 Jan 2026 05:37:34 -0800 Subject: [PATCH 1/3] fix: add 'LocationWhenInUse' permission to setup_permissions --- ios/Podfile | 1 + 1 file changed, 1 insertion(+) diff --git a/ios/Podfile b/ios/Podfile index 332369cc..bbc1daa5 100644 --- a/ios/Podfile +++ b/ios/Podfile @@ -34,6 +34,7 @@ end setup_permissions([ 'Camera', 'PhotoLibrary', + 'LocationWhenInUse', ]) def common_pods From 5bb2a7795e7d4f97bbebb054834f0ef3b43892ad Mon Sep 17 00:00:00 2001 From: karahanharunn Date: Tue, 6 Jan 2026 05:42:31 -0800 Subject: [PATCH 2/3] chore: changelog update --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 543f4c1a..83e43a86 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,8 @@ All notable changes to this template will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +- We added the `LocationWhenInUse` permission to the iOS configuration to support react-native-permissions. + ## [Unreleased] - We updated the native-template for compatibility with React v19 and React Native v0.78.2. This brings performance, stability improvements, and new features. From 919390b860242c43e0913cd0d1319369bfa63e20 Mon Sep 17 00:00:00 2001 From: karahanharunn Date: Tue, 20 Jan 2026 14:20:08 +0100 Subject: [PATCH 3/3] changelog update --- CHANGELOG.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 83e43a86..19d48dbf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,10 +4,9 @@ All notable changes to this template will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). -- We added the `LocationWhenInUse` permission to the iOS configuration to support react-native-permissions. - ## [Unreleased] +- We added the `LocationWhenInUse` permission to the iOS configuration to support react-native-permissions. - We updated the native-template for compatibility with React v19 and React Native v0.78.2. 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.