Skip to content

Commit 52a1c93

Browse files
Merge pull request #1152 from mendix/moo/moo-2083/iosLocationIssue-17.x.x
[MOO-2083] location issue fixed
2 parents 1e2e0b9 + 3550a9b commit 52a1c93

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66

77
## [Unreleased]
88

9+
- We added the `LocationWhenInUse` permission to the iOS configuration to support react-native-permissions.
910
- We removed leftover Detox references from the Android build files. This fixes an issue where generating Android APKs would fail due to Detox dependencies not being found.
1011

1112
## [17.0.2] - 2026-01-12

ios/Podfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ end
3434
setup_permissions([
3535
'Camera',
3636
'PhotoLibrary',
37+
'LocationWhenInUse',
3738
])
3839

3940
def common_pods

0 commit comments

Comments
 (0)