react-native : I have one View and the child of View is an Image , I applied opacity: 0.5 for View and opacity: 0.9 for an Image but it doesn\'t apply for Image ,the parent opac
Try changing the opacity using alpha-value of the background color instead. Then it should be possible applying different opacities for children.
For example: