Expo UI and Router for iOS
Modifiers

listRowSeparator

Controls the visibility of the separator for a list row.

listRowSeparator(visibility, edges)

ParameterTypeDescription
visibility'automatic' | 'visible' | 'hidden'The visibility to apply.
edges(optional)'top' | 'bottom' | 'all'The edges where the separator visibility applies.

Controls the visibility of the separator for a list row.

Returns: ModifierConfig

See: Official SwiftUI documentation.

Works with

Sources

The original Expo docs for this page:

On this page