Expo UI and Router for iOS
Modifiers

imageScale

Scales SF Symbols within this view relative to the surrounding text, using one of the standard sizes.

imageScale(scale)

ParameterTypeDescription
scale'small' | 'medium' | 'large'The relative image scale.

Scales SF Symbols within this view relative to the surrounding text, using one of the standard sizes.

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