showing results for - "react native parent opcaity not affecting text"
Agustina
21 Sep 2016
1Try changing the opacity using alpha-value of the background color
2instead of opacity props. 
3Then it should be possible applying different opacities for children.
4
5For example:
6
7<View style={{backgroundColor: 'rgba(0,0,0,0.5)'}}/>
similar questions