Skip to content

Conversation

@adids1221
Copy link
Contributor

@adids1221 adids1221 commented Nov 20, 2025

Description

Fixes overlay rendering issues on web platform for the Image component.
Added web-specific styles to the Overlay component to ensure proper width handling (width: '100%') when rendering on web.

Changelog

Image - Fixed overlay rendering on web platform.

Additional info

MADS-4848

@github-actions
Copy link
Contributor

github-actions bot commented Nov 20, 2025

✅ PR Description Validation Passed

All required sections are properly filled out:

  • Description
  • Changelog
  • Additional info

Your PR is good for review! 🚀


This validation ensures all sections from the PR template are properly filled.

const styles = StyleSheet.create({
container: {
...StyleSheet.absoluteFillObject,
width: undefined
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can we try to move the Constants.isWeb here?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Changed, working fine.

@M-i-k-e-l M-i-k-e-l assigned adids1221 and unassigned M-i-k-e-l Nov 20, 2025
@adids1221 adids1221 requested a review from M-i-k-e-l November 20, 2025 12:02
@adids1221 adids1221 assigned M-i-k-e-l and unassigned adids1221 Nov 20, 2025
@M-i-k-e-l M-i-k-e-l merged commit 2553898 into master Nov 23, 2025
2 checks passed
@M-i-k-e-l M-i-k-e-l deleted the fix/overlay_web_rendering branch November 23, 2025 08:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants