Skip to content

Conversation

okwasniewski
Copy link
Member

Summary

Test Plan

What's required for testing (prerequisites)?

What are the steps to reproduce (after prerequisites)?

Compatibility

OS Implemented
iOS ✅❌
Android ✅❌

Checklist

  • I have tested this on a device and a simulator
  • I added the documentation in README.md
  • I updated the typed files (TS and Flow)

@okwasniewski okwasniewski force-pushed the feat/swiftui branch 5 times, most recently from 0dbfd17 to 9086068 Compare August 21, 2025 14:38
@okwasniewski okwasniewski force-pushed the feat/swiftui branch 4 times, most recently from 1b89f44 to adc64b1 Compare August 28, 2025 10:38
@@ -10,7 +10,7 @@ export const childrenWithOverriddenStyle = (children?: ReactNode) => {
{React.cloneElement(element, {
...element.props,
// Override styles so that each page will fill the parent.
style: [element.props.style, StyleSheet.absoluteFill],
style: [element.props.style, { width: '100%', height: '100%' }],
Copy link
Member

Choose a reason for hiding this comment

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

Why was this change required? Won't it affect rendering child on Android?

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.

4 participants