| 3127 | auto flexDirection = getYogaStyle(getYogaNodeForInsertingChildren()).flexDirection(); |
| 3128 | return flexDirection == facebook::yoga::FlexDirection::Row || |
| 3129 | flexDirection == facebook::yoga::FlexDirection::RowReverse; |
| 3130 | } |
| 3131 | |
| 3132 | bool ViewNode::setAttribute(ViewTransactionScope& viewTransactionScope, |
| 3133 | AttributeId attributeId, |
| 3134 | const AttributeOwner* attributeOwner, |
no outgoing calls