Expo UI and Router for iOS
Modifiers

fixedSize

Controls fixed size behavior.

fixedSize(params)

ParameterTypeDescription
params(optional){ horizontal: boolean, vertical: boolean }Whether the view should use its ideal width or height.

Controls fixed size behavior.

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