[ad_1]
I have a simple app that has images and lists of data to display. If the data or images need to be changed, I don’t want to have to change the photo and update the app. So for instance I have a link for an image right now like: ‘https://blablabla’ and it shows the image associated with that url. Is there a place I can store an image named “FakeImage.png” on a data storage place that allows me to change the link to ‘https://storageplace/images/FakeImage.png’ and then if I want to change the image all I have to do is replace the image on the data storage place with a new one with the same name. BTW using React-Native on mobile. Any ideas? Thanks.
[ad_2]