Skip to content

Commit 7f81f8e

Browse files
authored
[RN 0.81] Do not set the ShadowNodeTraits::Trait::DirtyYogaNode (#646)
* [RN 0.81] Do not set the `ShadowNodeTraits::Trait::DirtyYogaNode` * Update RNCSafeAreaViewShadowNode.h
1 parent bd89e1c commit 7f81f8e

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

common/cpp/react/renderer/components/safeareacontext/RNCSafeAreaViewShadowNode.h

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -23,12 +23,6 @@ class JSI_EXPORT RNCSafeAreaViewShadowNode final
2323
using ConcreteViewShadowNode::ConcreteViewShadowNode;
2424

2525
public:
26-
static ShadowNodeTraits BaseTraits() {
27-
auto traits = ConcreteViewShadowNode::BaseTraits();
28-
traits.set(ShadowNodeTraits::Trait::DirtyYogaNode);
29-
return traits;
30-
}
31-
3226
void adjustLayoutWithState();
3327
};
3428

0 commit comments

Comments
 (0)