react-native style opacity for parent and child

前端 未结 6 1814
再見小時候
再見小時候 2021-02-05 00:03

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

6条回答
  •  执念已碎
    2021-02-05 00:19

    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

提交回复
热议问题