Skip to content

Commit

Permalink
Support fbt for accessibilityValue
Browse files Browse the repository at this point in the history
Summary: Changelog: [Internal] - Change accessibilityValue.text type to allow for Stringish type

Reviewed By: yungsters

Differential Revision: D31577860

fbshipit-source-id: af12505794037a68850a16ce139359e2f8a879e4
  • Loading branch information
Luna Wei authored and facebook-github-bot committed Oct 13, 2021
1 parent 24ac669 commit 8581661
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Libraries/Components/View/ViewAccessibility.js
Expand Up @@ -85,5 +85,5 @@ export type AccessibilityValue = $ReadOnly<{|
/**
* A textual description of this component's value. (will override minimum, current, and maximum if set)
*/
text?: string,
text?: Stringish,
|}>;

0 comments on commit 8581661

Please sign in to comment.