Expo UI and Router for iOS
Modifiers

accessibilityInputLabels

Sets alternative spoken phrases that Voice Control uses to refer to the view. Each label is read as a Text element on iOS. For example, an "End" button might offer "Hang up" so users can trigger it by saying that phrase.

accessibilityInputLabels(inputLabels)

ParameterTypeDescription
inputLabelsstring[]The spoken phrases that select the view.

Sets alternative spoken phrases that Voice Control uses to refer to the view. Each label is read as a Text element on iOS. For example, an "End" button might offer "Hang up" so users can trigger it by saying that phrase.

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