Bereaksi Orangtua Orang Tua Native Tidak Mempengaruhi Teks

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)'}}/>
Alexandre Dao