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 7f81f8eCopy full SHA for 7f81f8e
common/cpp/react/renderer/components/safeareacontext/RNCSafeAreaViewShadowNode.h
@@ -23,12 +23,6 @@ class JSI_EXPORT RNCSafeAreaViewShadowNode final
23
using ConcreteViewShadowNode::ConcreteViewShadowNode;
24
25
public:
26
- static ShadowNodeTraits BaseTraits() {
27
- auto traits = ConcreteViewShadowNode::BaseTraits();
28
- traits.set(ShadowNodeTraits::Trait::DirtyYogaNode);
29
- return traits;
30
- }
31
-
32
void adjustLayoutWithState();
33
};
34
0 commit comments