LayoutProps overflow #2636
Labels
API: Completion
Area: Image
Area: Layout
enhancement
nice-to-have
p3
Recommend: Not Planned
Recommend that issue should be given Not Planned milestone.
Milestone
Split out from #2111
https://facebook.github.io/react-native/docs/layout-props#overflow
overflow controls how children are measured and displayed. overflow: hidden causes views to be clipped while overflow: scroll causes views to be measured independently of their parents main axis. It works like overflow in CSS (default: visible). See https://developer.mozilla.org/en/docs/Web/CSS/overflow for more details.
The text was updated successfully, but these errors were encountered: