<ImageBackground
source={image}
blurRadius={5}
style={{
flex: 1,
resizeMode: 'cover',
justifyContent: 'center',
backgroundColor: 'black',
}}
imageStyle={{ opacity: 0.3 }}>
style의 backgroundColor를 black으로 주고
imageStyle에서의 opacity를 주니
배경 이미지에 mask를 넣을 수 있었다!