Expo UI and Router for iOS
Modifiers

gridColumnAlignment

Overrides the default horizontal alignment of the grid column that the view appears in.

gridColumnAlignment(alignment)

iOS 16+
ParameterTypeDescription
alignment(optional)'center' | 'leading' | 'trailing'The HorizontalAlignment guide to use for the grid column that the view appears in.

Overrides the default horizontal alignment of the grid column that the view appears in.

Returns: ModifierConfig

A view that uses the specified horizontal alignment, and that causes all cells in the same column of a grid to use the same alignment.

Works with

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

Sources

The original Expo docs for this page:

On this page