Expo UI and Router for iOS
Modifiers

textCase

Sets a transform for the case of the text contained in this view when displayed.

textCase(value)

ParameterType
value'lowercase' | 'uppercase'

Sets a transform for the case of the text contained in this view when displayed.

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