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
If you want to display some text with transparent alpha opacity then I have the best way, just try.
TransparentBG:{ backgroundColor: '#00000070', color:'#FFFFFF' }
here, "70" indicates opacity %. -Thanks