From 868a2fb9a0a7265daa43b56e02fa44738f7644ee Mon Sep 17 00:00:00 2001 From: karahanharunn Date: Tue, 6 Jan 2026 05:42:01 -0800 Subject: [PATCH 1/3] chore: add LocationWhenInUse permission for iOS configuration --- CHANGELOG.md | 2 ++ ios/Podfile | 1 + 2 files changed, 3 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index ab4ab059..531143d6 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. + ## [14.1.8] - 2025-11-21 - We added a new property to gradle.properties for scanning QR codes. diff --git a/ios/Podfile b/ios/Podfile index f50afed1..ab00e305 100644 --- a/ios/Podfile +++ b/ios/Podfile @@ -34,6 +34,7 @@ end setup_permissions([ 'Camera', 'PhotoLibrary', + 'LocationWhenInUse', ]) def common_pods From 08144fc4114b0693d7fc16593a5eb4e7676b4239 Mon Sep 17 00:00:00 2001 From: karahanharunn Date: Tue, 20 Jan 2026 14:20:34 +0100 Subject: [PATCH 2/3] changelog update --- CHANGELOG.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 531143d6..6496b99f 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. - ## [14.1.8] - 2025-11-21 +- We added the `LocationWhenInUse` permission to the iOS configuration to support react-native-permissions. - We added a new property to gradle.properties for scanning QR codes. - We have migrated to react-native-vision-camera to fix barcode scanner issues on Android. - We updated the react-native-firebase to v20.1.0 with BOM v33.1.1, adding support for 16KB page size alignment. From 67a11da5a7c3ce3aac71c1081e6e50b2603bd088 Mon Sep 17 00:00:00 2001 From: karahanharunn Date: Tue, 20 Jan 2026 14:21:14 +0100 Subject: [PATCH 3/3] changelog update --- CHANGELOG.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6496b99f..41159d32 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,9 +4,12 @@ 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). -## [14.1.8] - 2025-11-21 +## [Unreleased] - We added the `LocationWhenInUse` permission to the iOS configuration to support react-native-permissions. + +## [14.1.8] - 2025-11-21 + - We added a new property to gradle.properties for scanning QR codes. - We have migrated to react-native-vision-camera to fix barcode scanner issues on Android. - We updated the react-native-firebase to v20.1.0 with BOM v33.1.1, adding support for 16KB page size alignment.