Expo UI and Router for iOS
Modifiers

listSectionMargins

Allows a view to ignore safe area constraints.

listSectionMargins(params)

iOS 26+
ParameterTypeDescription
params(optional){ edges: 'top' | 'bottom' | 'vertical' | 'horizontal' | 'leading' | 'trailing' | 'all', length: number }The margins to apply to the section in a list.

Allows a view to ignore safe area constraints.

Returns: ModifierConfig

See: Official SwiftUI documentation.

Works with

Sources

The original Expo docs for this page:

On this page