Expo UI and Router for iOS
Modifiers

buttonBorderShape

Sets the border shape used by buttons within this view.

buttonBorderShape(shape, cornerRadius)

ParameterTypeDescription
shape'circle' | 'automatic' | 'roundedRectangle' | 'capsule'The button border shape.
cornerRadius(optional)numberCorner radius, only used with 'roundedRectangle'.

Sets the border shape used by buttons within this view.

Returns: ModifierConfig

See: Official SwiftUI documentation.

Works with

Sources

The original Expo docs for this page:

On this page