Extends
ViewProps
Properties
accessibilityActions?
optional accessibilityActions: readonly Readonly<{ label: string; name: string; }>[]
Provides an array of custom actions available for accessibility.
Inherited from
ViewProps.accessibilityActions
accessibilityElementsHidden?
optional accessibilityElementsHidden: boolean
A Boolean value indicating whether the accessibility elements contained within this accessibility element
are hidden to the screen reader.
Platform
iosInherited from
ViewProps.accessibilityElementsHidden

