An accessibility hint helps users understand what will happen when they perform an action on the accessibility element when that result is not apparent from the accessibility label.
This rule takes no arguments.
<TouchableOpacity />
<TouchableOpacity accessibilityHint="Navigates to the previous screen" />
<TouchableOpacity accessibilityHint="Navigates to the previous screen" accessibilityLabel="Go back" />
<TouchableOpacity accessibilityLabel="Go back" />