MCPcopy
hub / github.com/facebook/react / viewsToLayout

Function viewsToLayout

packages/react-devtools-timeline/src/view-base/layouter.js:29–31  ·  view source on GitHub ↗
(views: View[])

Source from the content-addressed store, hash-verified

27}
28
29export function viewsToLayout(views: View[]): Layout {
30 return views.map(viewToLayoutInfo);
31}
32
33/**
34 * Applies `layout`'s `frame`s to its corresponding `view`.

Callers 1

layoutSubviewsMethod · 0.90

Calls 1

mapMethod · 0.65

Tested by

no test coverage detected