react native

21.12.12 ImageBackground

슈팅스타제제 2021. 12. 12. 21:22

https://reactnative.dev/docs/imagebackground

 

ImageBackground · React Native

A common feature request from developers familiar with the web is background-image. To handle this use case, you can use the ` component, which has the same props as `, and add whatever children to it you would like to layer on top of it.

reactnative.dev

 

source 경로는 require로 Image 태그와 같이 설정해주면 되고 

이미지 비율은 resizeMode props로 맞춰주면 된다!!!(stretch가 꽉차게, cover가 사이즈에 맞게 자르기)