diff options
author | meganhong <34787696+meganhong@users.noreply.github.com> | 2020-07-13 15:08:06 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-07-13 18:08:06 -0400 |
commit | 5dee1e585353b6d7407f521dfa9186dbf10e8226 (patch) | |
tree | 752f2053ec50f817a44c90501f3594427d50af5a /ios/Frontend | |
parent | 95e160e64dc6a5763fdbdc7d7e5b814302446ba9 (diff) |
TMA123: Add Profile Pictures UI (#17)
* rebasing
* rebasing
* remove debug code
* fixed margins and added navigation from login
* moved plist file into gitignore
* moved index.ts to onboarding directory
* install react native image crop picker
* added permissions into Info.plist
* rebasing
* minor changes for Justins PR
* change debug code back
Co-authored-by: meganhong <meganhong31@g.ucla.edu>
Diffstat (limited to 'ios/Frontend')
-rw-r--r-- | ios/Frontend/Info.plist | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ios/Frontend/Info.plist b/ios/Frontend/Info.plist index 75bf913c..357d12ab 100644 --- a/ios/Frontend/Info.plist +++ b/ios/Frontend/Info.plist @@ -39,6 +39,8 @@ </dict> <key>NSLocationWhenInUseUsageDescription</key> <string></string> + <key>NSPhotoLibraryUsageDescription</key> + <string>Tagg would like to access your photos.</string> <key>UILaunchStoryboardName</key> <string>LaunchScreen</string> <key>UIRequiredDeviceCapabilities</key> |