[@expo/ui][Android] Add accessibilityLabel support to Universal Button
Pavel
Universal Button does not support a custom accessibilityLabel on Android. When the button contains custom children, such as a loading indicator, TalkBack focuses the indicator instead of the whole button.
Please add an accessibilityLabel prop that maps to Android contentDescription and keeps the component exposed as a button.