Expo UI and Router for iOS
Modifiers

textFieldStyle

Sets the text field style for text field views.

textFieldStyle(style)

ParameterTypeDescription
style'automatic' | 'plain' | 'roundedBorder'The text field style.

Sets the text field style for text field views.

Returns: ModifierConfig

See: Official SwiftUI documentation.

Works with

Sources

The original Expo docs for this page:

On this page