Expo UI and Router for iOS
Modifiers

moveDisabled

Disables the move action for a view in a list. Apply to items within a ForEach to prevent them from being moved.

moveDisabled(disabled)

ParameterTypeDescription
disabled(optional)booleanWhether moving should be disabled. Default: true

Disables the move action for a view in a list. Apply to items within a ForEach to prevent them from being moved.

Returns: ModifierConfig

See: Official SwiftUI documentation.

Works with

Sources

The original Expo docs for this page:

On this page