Skip to content

Commit b49a1ae

Browse files
authored
[RN 0.81] Do not set the ShadowNodeTraits::Trait::DirtyYogaNode
1 parent bd89e1c commit b49a1ae

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

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

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,7 @@ class JSI_EXPORT RNCSafeAreaViewShadowNode final
2424

2525
public:
2626
static ShadowNodeTraits BaseTraits() {
27-
auto traits = ConcreteViewShadowNode::BaseTraits();
28-
traits.set(ShadowNodeTraits::Trait::DirtyYogaNode);
29-
return traits;
27+
return ConcreteViewShadowNode::BaseTraits();
3028
}
3129

3230
void adjustLayoutWithState();

0 commit comments

Comments
 (0)