Modifiers
interactiveDismissDisabled
Disables interactive dismissal of a sheet.
interactiveDismissDisabled(isDisabled)
| Parameter | Type | Description |
|---|---|---|
isDisabled(optional) | boolean | Whether interactive dismiss is disabled (default: true). Default: true |
Disables interactive dismissal of a sheet.
Returns: ModifierConfig
See: Official SwiftUI documentation.
Works with
Sources
The original Expo docs for this page:
- interactiveDismissDisabled (Modifiers) (
source-of-truth/versions/v57.0.0/sdk/ui/swift-ui/modifiers.md)
indexViewStyle
Sets the style for the page index view inside a TabView. SwiftUI only ships a .page index view style, so no style selector is exposed.
invalidatableContent
Marks the view's content as invalidatable. It is restyled with the "pending update" appearance only when the invalidated redaction reason is applied to an ancestor (for example redacted('invalidated')). Maps to SwiftUI's invalidatableContent(_:).