Expo UI and Router for iOS
Modifiers

listRowSeparatorTint

Sets the tint color of the separator for a list row.

listRowSeparatorTint(color, edges)

ParameterTypeDescription
color(optional)ColorThe color to apply to the separator (hex string). For example, #FF0000. When omitted, the default separator color is used.
edges(optional)'top' | 'bottom' | 'all'The edges where the separator tint applies.

Sets the tint color 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