Skip to content

Commit e4b2be3

Browse files
authored
[Sample] Update plist to add location permissions (#141)
Update plist to add location permissions
1 parent 09d3b12 commit e4b2be3

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

sample/ios/ReactNative/Info.plist

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,10 @@
3333
<key>NSAllowsLocalNetworking</key>
3434
<true/>
3535
</dict>
36+
<key>NSLocationAlwaysUsageDescription</key>
37+
<string>Your location may be required to locate pickup points near you when you request this shipping option.</string>
3638
<key>NSLocationWhenInUseUsageDescription</key>
37-
<string></string>
39+
<string>Your location may be required to locate pickup points near you when you request this shipping option.</string>
3840
<key>UIAppFonts</key>
3941
<array>
4042
<string>Entypo.ttf</string>

0 commit comments

Comments
 (0)