Try changing the opacity using alpha-value of the background color instead of opacity props. Then it should be possible applying different opacities for children. For example: <View style={{backgroundColor: 'rgba(0,0,0,0.5)'}}/>