idibidiart / react-native-responsive-grid

Bringing the Web's Responsive Design to React Native
Other
379 stars 42 forks source link

Is ImageBackground supported? #38

Closed wilmoore closed 4 years ago

wilmoore commented 5 years ago

I have a background image that has a textual logo on it. When I set the image to stretch, the text gets stretched and looks terrible. My thinking is to export the background at several aspect ratios and have those loaded dynamically. I see that <Image> is supported. Is <ImageBackground> also supported?

idibidiart commented 4 years ago

Yes, see https://github.com/idibidiart/react-native-responsive-grid/blob/1a9fdd10bf871fb8fb5314783ebd8c88650b27ed/UniversalPinterestLayout.md