Skip to content

Commit

Permalink
Merge pull request #3521 from ever-co/add-missing-permissions
Browse files Browse the repository at this point in the history
Add missing permissions for photos and videos
  • Loading branch information
Sergemuhundu authored Jan 17, 2025
2 parents 7e8e15e + 35c56ee commit a404f97
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion apps/mobile/app.template.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,12 @@
"isAccessMediaLocationEnabled": true
}
],
[
"expo-image-picker",
{
"photosPermission": "The app accesses your photos to let you share them with your friends."
}
],
"sentry-expo",
[
"expo-build-properties",
Expand Down Expand Up @@ -57,7 +63,9 @@
"permissions": [
"android.permission.READ_EXTERNAL_STORAGE",
"android.permission.WRITE_EXTERNAL_STORAGE",
"android.permission.ACCESS_MEDIA_LOCATION"
"android.permission.ACCESS_MEDIA_LOCATION",
"android.permission.READ_MEDIA_IMAGES",
"android.permission.READ_MEDIA_VIDEO"
]
},
"ios": {
Expand Down

0 comments on commit a404f97

Please sign in to comment.