Update standalone.md docs #1110

Closed
saitonakamura wants to merge 1 commits from patch-1 into main

View File

@@ -36,6 +36,7 @@ const root = Node.create();
root.setWidth(500); root.setWidth(500);
root.setHeight(300); root.setHeight(300);
root.setJustifyContent(yoga.JUSTIFY_CENTER); root.setJustifyContent(yoga.JUSTIFY_CENTER);
root.setFlexDirection(yoga.FLEX_DIRECTION_ROW);
const node1 = Node.create(); const node1 = Node.create();
node1.setWidth(100); node1.setWidth(100);