Expo UI and Router for iOS
Modifiers

accessibilityRemoveTraits

Removes the given accessibility traits from the view.

accessibilityRemoveTraits(traits)

ParameterTypeDescription
traitsAccessibilityTrait[]The accessibility traits to remove. isToggle and isTabBar require iOS 17+ and are ignored on older systems.

Removes the given accessibility traits from the view.

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