We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
ShadowNodeTraits::Trait::DirtyYogaNode
1 parent bd89e1c commit b49a1aeCopy full SHA for b49a1ae
common/cpp/react/renderer/components/safeareacontext/RNCSafeAreaViewShadowNode.h
@@ -24,9 +24,7 @@ class JSI_EXPORT RNCSafeAreaViewShadowNode final
24
25
public:
26
static ShadowNodeTraits BaseTraits() {
27
- auto traits = ConcreteViewShadowNode::BaseTraits();
28
- traits.set(ShadowNodeTraits::Trait::DirtyYogaNode);
29
- return traits;
+ return ConcreteViewShadowNode::BaseTraits();
30
}
31
32
void adjustLayoutWithState();
0 commit comments