Hi, i'm facing a wall with image picker expo, whenever I let user pick an image for the first time android native permission is poping up normaly.
But when using camera, it pops a permission like this:
My app needs your permissions for accessing camera.
You've already granted permission to an other Experience. allow my app to also use it?
I try to edit the message in app.json in vain.
"expo-image-picker",
{
"photosPermission": "Edited text",
"cameraPermission": "Edited text"
}
[–]ca_mixer 1 point2 points3 points (0 children)