Expo UI and Router for iOS
Modifiers

gridCellColumns

Tells a view that acts as a cell in a grid to span the specified number of columns.

gridCellColumns(count)

ParameterTypeDescription
count(optional)numberThe number of columns that the view should consume when placed in a grid row.

Tells a view that acts as a cell in a grid to span the specified number of columns.

Returns: ModifierConfig

A view that occupies the specified number of columns in a grid row.

Works with

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

Sources

The original Expo docs for this page:

On this page