Expo UI and Router for iOS
Modifiers

accessibilityHidden

Marks the view as decoratively-named so VoiceOver and other assistive technologies skip it during element traversal. Useful for hero icons or presentational imagery that's already described by adjacent text.

accessibilityHidden(hidden)

ParameterTypeDescription
hidden(optional)booleanWhether the view should be hidden from accessibility. Defaults to true. Default: true

Marks the view as decoratively-named so VoiceOver and other assistive technologies skip it during element traversal. Useful for hero icons or presentational imagery that's already described by adjacent text.

Returns: ModifierConfig

See: Official SwiftUI documentation.

Works with

This modifier works with any view. These components accept it:

Sources

The original Expo docs for this page:

On this page