Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion sample/ios/ReactNative/Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,10 @@
<key>NSAllowsLocalNetworking</key>
<true/>
</dict>
<key>NSLocationAlwaysUsageDescription</key>
<string>Your location may be required to locate pickup points near you when you request this shipping option.</string>
<key>NSLocationWhenInUseUsageDescription</key>
<string></string>
<string>Your location may be required to locate pickup points near you when you request this shipping option.</string>
<key>UIAppFonts</key>
<array>
<string>Entypo.ttf</string>
Expand Down
Loading