RN ImageBackground 투명도

Dzeko·2021년 4월 27일
0

React Native

목록 보기
10/10
post-thumbnail
    <ImageBackground
      source={image}
      blurRadius={5}
      style={{
        flex: 1,
        resizeMode: 'cover',
        justifyContent: 'center',
        backgroundColor: 'black',
      }}
      imageStyle={{ opacity: 0.3 }}>

style의 backgroundColor를 black으로 주고
imageStyle에서의 opacity를 주니
배경 이미지에 mask를 넣을 수 있었다!

0개의 댓글

관련 채용 정보