I have a photo url and I want to download the photo to the phone storage. I store the photo on firebase so the url is something like https://firebasestorage.googleapis.com/v0/b/.../..***0e896313c
As far as I see here expo doesnt work with rn-fetc-blob
so I started looking for alternative solutions. I thought I should use expo's MediaLibrary but when I try to create asset with await MediaLibrary.createAssetAsync(uri);
it requires a local url with extension.
Am I missing something, or should I use some other library?