Expo UI and Router for iOS
Modifiers

listRowInsets

Applies an inset to the rows in a list.

listRowInsets(params)

ParameterTypeDescription
params{ bottom: number, leading: number, top: number, trailing: number }The inset to apply to the rows in a list.

Applies an inset to the rows in a list.

Returns: ModifierConfig

See: Official SwiftUI documentation.

Works with

Sources

The original Expo docs for this page:

On this page