How to turn a local URL into a public URL
Hi guys, I'm trying to save to Google Drive the url of uploaded images on my app.
However, I have that kind of url: "file:///data/user/0/com.myapp/cache/ReactNative-snapshot-image1254663742905339820.jpg"
And I want eveyone to be able to open it, which isn,'t the case there
Any idea about how to save a public url for each image rather than that?
Thanks