wix / react-native-ui-lib

UI Components Library for React Native
https://wix.github.io/react-native-ui-lib/
MIT License
6.46k stars 707 forks source link

Support passing imageStyle when rendering internally ImageBackground #3131

Closed ethanshar closed 3 months ago

ethanshar commented 3 months ago

Description

Pass imageStyle to Image component when internally it renders ImageBackground (whenever we render children inside the Image) This fix some issues where image styling is not being passed to the Image that rendered by ImageBackground component

See reference in React Native docs

Changelog

Fix nesting image style props in Image component with children (overlay, content)..

Additional info

ticket 4290