Skip to content

Commit

Permalink
#1152 | Include CAMERA permission for media form elements
Browse files Browse the repository at this point in the history
  • Loading branch information
Suhas Vishwanath committed Nov 3, 2023
1 parent a3ceba0 commit fd11458
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -127,6 +127,7 @@ export default class MediaFormElement extends AbstractFormElement {
[
PermissionsAndroid.PERMISSIONS.READ_MEDIA_VIDEO,
PermissionsAndroid.PERMISSIONS.READ_MEDIA_IMAGES,
PermissionsAndroid.PERMISSIONS.CAMERA
]
:
[
Expand Down

0 comments on commit fd11458

Please sign in to comment.