We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e0eaa3c commit db6f1deCopy full SHA for db6f1de
Libraries/Text/Text.js
@@ -231,11 +231,6 @@ const Text: React.AbstractComponent<
231
const _hasOnPressOrOnLongPress =
232
props.onPress != null || props.onLongPress != null;
233
234
- // 1) trigger the announcement and add to the queue
235
- // 2) failure -> if first item in queue equal to the that failed
236
- // f --> edcb --> a
237
- // 3) pop first item and trigger again announcement
238
- // 4) when failure triggers, add it to the queue
239
let retryAnnouncement;
240
// the event listener detects if VoiceOver announcement fails
241
AccessibilityInfo.addEventListener(
0 commit comments