-
Notifications
You must be signed in to change notification settings - Fork 325
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix: permissions issue on expo sample app on iOS and add docs for the same #2546
Conversation
[ | ||
"expo-image-picker", | ||
{ | ||
"cameraPermission": "$(PRODUCT_NAME) would like to use your camera." |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
"cameraPermission": "$(PRODUCT_NAME) would like to use your camera." | |
"cameraPermission": "$(PRODUCT_NAME) would like to use your camera for sharing in a message" |
[ | ||
"expo-media-library", | ||
{ | ||
"photosPermission": "$(PRODUCT_NAME) would like access to your photo gallery.", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
"photosPermission": "$(PRODUCT_NAME) would like access to your photo gallery.", | |
"photosPermission": "$(PRODUCT_NAME) would like access to your photo gallery for sharing in a message.", |
"expo-media-library", | ||
{ | ||
"photosPermission": "$(PRODUCT_NAME) would like access to your photo gallery.", | ||
"savePhotosPermission": "$(PRODUCT_NAME) would like to save photos to your photo gallery." |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
"savePhotosPermission": "$(PRODUCT_NAME) would like to save photos to your photo gallery." | |
"savePhotosPermission": "$(PRODUCT_NAME) would like to save photos to your photo gallery after downloading from a message" |
[ | ||
"expo-av", | ||
{ | ||
"microphonePermission": "$(PRODUCT_NAME) would like to use your microphone." |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
"microphonePermission": "$(PRODUCT_NAME) would like to use your microphone." | |
"microphonePermission": "$(PRODUCT_NAME) would like to use your microphone for voice recording" |
🎉 This PR is included in version 5.32.0 🎉 The release is available on: Your semantic-release bot 📦🚀 |
🎯 Goal
🛠 Implementation details
🎨 UI Changes
iOS
Android
🧪 Testing
☑️ Checklist
develop
branch