react-native-ui-lib icon indicating copy to clipboard operation
react-native-ui-lib copied to clipboard

Overlay component borderRadius fix

Open adids1221 opened this issue 9 months ago • 1 comments

Description

Overlay component fix borderRadius, when using Image component with overlayType and borderRadius the Overlay is covering the Image and leaks out. Wrapping the Overlay with View with style fix the issue. Added an example in the screen.

Changelog

Overlay covering fix when passing borderRadius.

Additional info

ticket 4162

adids1221 avatar May 06 '24 10:05 adids1221

@adids1221 The overlay gradient is messed up in your branch, see screenshots: Uploading Simulator Screenshot - iPhone 15 - 2024-05-08 at 14.16.58.png…

Inbal-Tish avatar May 08 '24 11:05 Inbal-Tish