Expo UI and Router for iOS
Modifiers

listRowSpacing

Sets the vertical spacing between adjacent rows in a list.

listRowSpacing(spacing)

iOS 15+
ParameterTypeDescription
spacing(optional)numberThe spacing value to use. When omitted, the default spacing is used.

Sets the vertical spacing between adjacent rows in a list.

Returns: ModifierConfig

See: Official SwiftUI documentation.

Works with

Sources

The original Expo docs for this page:

On this page