ariaPosInSet, aria-label, keplerAltLabels, alexaEntityType, and alexaExternalID props on the Button, Pressable, Text, TouchableHighlight, TouchableOpacity, TouchableWithoutFeedback, and View components.
The ariaPosInSet and aria-label props implement Accessible Rich Internet Applications (ARIA) features:
ariaPosInSet- Short for “position in set.” Defines an element’s number or position in the current set of list items or tree items.aria-label- A string value that specifies a voice selectable name for an interactive component.
ariaLabel to provide a voice selectable name, backward compatibility is provided. However, it’s preferrable to migrate your app to aria-label.
In addition to the aria-label, Vega supports alternate labels on a component:
keplerAltLabels- A list of additional voice selectable names for the component.
alexaEntityType- Specifies the Alexa entity type. For additional information, see Enum<EntityTypes> inAlexa.UIControllerInterface (VSK Fire TV).

