The container reads the current screenInsetArea reported by the renderer
via UiCanvasInformation (the device safe margins — notch, status bar,
home indicator, rounded corners) and constrains its children to the area
inside those insets using absolute positioning. Layout props that control
the container's own position (positionType, position) are owned by the
component and are not configurable from props — every other layout,
background and event prop is forwarded as usual.
ScreenInsetArea component props
The container reads the current
screenInsetAreareported by the renderer viaUiCanvasInformation(the device safe margins — notch, status bar, home indicator, rounded corners) and constrains its children to the area inside those insets using absolute positioning. Layout props that control the container's own position (positionType,position) are owned by the component and are not configurable from props — every other layout, background and event prop is forwarded as usual.