I have an object coming from redux with a photo that I render in a react native class component.
Each time I update the state of the related class component for a different object, the image of the object coming from redux is reloading.
How could I avoid that?
I thought using redux would avoid to re render the object on state update.