I am making an Ionic react native app. I need to store many images that are accessibles on a public URL (example : www.example.com/image.jpg).
I actually store a json tab with nativeStorage module. Now I would like to find a solution for some pictures. It could be great if that pictures were in the same folder that the app.
Thanks
FileTransferError {code: 3, source: "https://api.example.ch/content/project_name/image.jpg", target: "file:///data/user/0/ch.example.project_name/files/image.jpg", http_status: 401, body: null, …}
body: null
code: 3
exception: null
http_status: 401
source: "https://api.example.ch/content/project_name/image.jpg"
target: "file:///data/user/0/ch.example.project_name/files/image.jpg"
__proto__: Object