Expo UI and Router for iOS
Modifiers

buttonStyle

Sets the button style for button views.

buttonStyle(style)

ParameterTypeDescription
style'automatic' | 'bordered' | 'borderedProminent' | 'borderless' | 'glass' | 'glassProminent' | 'plain'The button style. 'glass' and 'glassProminent' are available on iOS 26+ and tvOS 26+ only.

Sets the button style for button views.

Returns: ModifierConfig

See: Official SwiftUI documentation.

Works with

Sources

The original Expo docs for this page:

On this page