Expo UI and Router for iOS
Modifiers

presentationDragIndicator

Controls the visibility of the drag indicator on a sheet.

presentationDragIndicator(visibility)

iOS 16+
ParameterTypeDescription
visibility'automatic' | 'visible' | 'hidden'The visibility of the drag indicator.

Controls the visibility of the drag indicator on a sheet.

Returns: ModifierConfig

See: Official SwiftUI documentation.

Works with

Sources

The original Expo docs for this page:

On this page