forked from Path-Check/safeplaces-dct-app
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fixed 'Always Allow' for iOS (Path-Check#97)
* 1. Added RN permissions to dependencies. 2. Added location permissions in AndroidManifest.xml * 1. Permissions now handled by react-native-permissions 2. If platform is iOS 12.x.x or earlier. Directly acquire 'Always Allow' permission 3. If platform is iOS 13.0 or later, redirect to app settings. Apps cannot directly ask for 'Always Allow' post iOS 13. * Added comments * Added yarn.lock and Podfile.lock to gitignore * No changes * Added lock files * Removed Podfile.lock Co-authored-by: Rich Paret <623643+rparet@users.noreply.github.com> Co-authored-by: Abhishek Singh <abhi24@mit.edu>
- Loading branch information
1 parent
a9c0c7c
commit 972b8a7
Showing
7 changed files
with
22 additions
and
8,031 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -57,3 +57,6 @@ buck-out/ | |
|
||
# CocoaPods | ||
/ios/Pods/ | ||
yarn.lock | ||
.vscode/launch.json | ||
ios/Podfile.lock |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.