Skip to content

Commit 7173ceb

Browse files
authored
Update architecture-glossary.md
1 parent 9e2c10e commit 7173ceb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cnwebsite/architecture/architecture-glossary.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,4 +46,4 @@ React 影子树是通过 Fabric 渲染器创建的,树由一系列 React 影
4646

4747
## Yoga 树(以及 Yoga 节点)
4848

49-
The _Yoga Tree_ is used by [Yoga](https://yogalayout.com/) to calculate layout information for a React Shadow Tree. Each React Shadow Node typically creates a _Yoga Node_ because React Native employs Yoga to calculate layout. However, this is not a hard requirement. Fabric can also create React Shadow Nodes that do not use Yoga; the implementation of each React Shadow Node determines how to calculate layout.
49+
_Yoga _[Yoga](https://yogalayout.com/) 使用来计算 React 影子树的布局信息。每个 React 影子节点通常创建一个 _Yoga 节点_,因为 React Native 使用 Yoga 来计算布局。然而,这不是硬性要求。Fabric 也可以创建不使用 Yoga 的 React 影子节点;每个 React 影子节点的实现决定了如何计算布局。

0 commit comments

Comments
 (0)