From 868a2fb9a0a7265daa43b56e02fa44738f7644ee Mon Sep 17 00:00:00 2001 From: karahanharunn Date: Tue, 6 Jan 2026 05:42:01 -0800 Subject: [PATCH] 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