Skip to content

Commit

Permalink
Fix VoiceOver not identifying the header correctly
Browse files Browse the repository at this point in the history
Reviewed By: sophiebits

Differential Revision: D7678644

fbshipit-source-id: ee6c57f2a603eed1c41f22a4142474ab6957ccdf
  • Loading branch information
Knott Wittawat authored and facebook-github-bot committed Apr 19, 2018
1 parent c5ca26a commit 654435d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Libraries/Text/TextProps.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@

'use strict';

import type {AccessibilityTrait} from 'ViewAccessibility';

import type {Node} from 'react';

import type {LayoutEvent, PressEvent} from 'CoreEventTypes';
Expand All @@ -28,6 +30,7 @@ type PressRetentionOffset = {
*/
export type TextProps = $ReadOnly<{
accessible?: ?boolean,
accessibilityTraits?: AccessibilityTrait | Array<AccessibilityTrait>,
allowFontScaling?: ?boolean,
children?: Node,
ellipsizeMode?: 'clip' | 'head' | 'middle' | 'tail',
Expand Down

0 comments on commit 654435d

Please sign in to comment.