Expo UI and Router for iOS
Modifiers

lineSpacing

The distance in points between the bottom of one line fragment and the top of the next.

lineSpacing(value)

ParameterTypeDescription
valuenumberThe amount of space between the bottom of one line and the top of the next line in points. This value is always nonnegative. Otherwise, the default value will be used.

The distance in points between the bottom of one line fragment and the top of the next.

Returns: ModifierConfig

See: Official SwiftUI documentation.

Works with

This modifier works with any view. These components accept it:

Sources

The original Expo docs for this page:

On this page