Darken an image in React Native – Photoshop
Darken an image in React Native. What I want: I want to make my image appear darker, I don't want to do it by photoshop or anything like that. Research so far: Some suggestions were to use backgroundColor: "rgba(0,0,0,0.5)", but…