MCPcopy Index your code
hub / github.com/nodegui/react-nodegui / appendInitialChild

Method appendInitialChild

src/components/List/RNList.ts:35–37  ·  view source on GitHub ↗
(child: RNListItem)

Source from the content-addressed store, hash-verified

33 this.takeItem(row);
34 }
35 appendInitialChild(child: RNListItem): void {
36 this.appendChild(child);
37 }
38 appendChild(child: RNListItem): void {
39 if (!this.layout()) {
40 this.setLayout(new FlexLayout());

Callers

nothing calls this directly

Calls 1

appendChildMethod · 0.95

Tested by

no test coverage detected