We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7c30706 commit d2f79d8Copy full SHA for d2f79d8
1 file changed
Libraries/Text/RCTText.m
@@ -25,7 +25,7 @@ - (instancetype)initWithFrame:(CGRect)frame
25
if ((self = [super initWithFrame:frame])) {
26
_textStorage = [[NSTextStorage alloc] init];
27
28
- self.accessibilityElement = YES;
+ self.isAccessibilityElement = YES;
29
self.accessibilityTraits |= UIAccessibilityTraitStaticText;
30
31
self.opaque = NO;
0 commit comments