Relative Content

Tag Archive for androidreact-nativepermissionsexpo

Asking for permission every time I use addAssetsToAlbumAsync method

I’m working in an app that is offline first. But here I have a problem:
Every time the users enter the APP it verifies if has image to download. If so, the app make a request to the database to download the image. The image is saved in the user’s device, so I use the addAssetsToAlbumAsync to move it to an album.
But every time I’m calling the addAssetsToAlbumAsync method it request the modify photo permission. I’ve already made the check if user is permission granted. Can anyone help me?