Expo UI and Router for iOS
Modifiers

textInputAutocapitalization

Sets how often the shift key in the keyboard is automatically enabled.

textInputAutocapitalization(autocapitalization)

iOS 15+
ParameterTypeDescription
autocapitalization'never' | 'words' | 'sentences' | 'characters'The autocapitalization behavior.

Sets how often the shift key in the keyboard is automatically enabled.

Returns: ModifierConfig

See: Official SwiftUI documentation.

Works with

Sources

The original Expo docs for this page:

On this page