-
Notifications
You must be signed in to change notification settings - Fork 24.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[iOS] Fabric: Fixes LayoutConformanceView not work #48253
[iOS] Fabric: Fixes LayoutConformanceView not work #48253
Conversation
class LayoutConformanceShadowNode final | ||
: public ConcreteShadowNode< | ||
LayoutConformanceShadowNodeComponentName, | ||
YogaLayoutableShadowNode, | ||
LayoutConformanceProps> { | ||
public: | ||
using ConcreteShadowNode::ConcreteShadowNode; | ||
}; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I don't think this part is required
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Oh yeah, interesting. Maybe a different behaviour in compilers.
class LayoutConformanceShadowNode final | ||
: public ConcreteShadowNode< | ||
LayoutConformanceShadowNodeComponentName, | ||
YogaLayoutableShadowNode, | ||
LayoutConformanceProps> { | ||
public: | ||
using ConcreteShadowNode::ConcreteShadowNode; | ||
}; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Oh yeah, interesting. Maybe a different behaviour in compilers.
@javache has imported this pull request. If you are a Meta employee, you can view this diff on Phabricator. |
Huge thanks! This seemed to work for internal Buck build of RNTester for iOS, but I think it may do some things behind the scenes I didn't realize. |
This pull request was successfully merged by @zhongwuzw in 6076a41 When will my fix make it into a release? | How to file a pick request? |
Summary:
Fixes iOS LayoutConformanceView not work, seems caused by #48188. @NickGerleman can you help to review please?
Changelog:
[IOS] [FIXED] - Fabric: Fixes LayoutConformanceView not work
Test Plan:
Before:
After: