mirror of
https://github.com/status-im/react-native.git
synced 2025-01-27 01:40:08 +00:00
Fixing misprint in RCText.m
This commit is contained in:
parent
7c3070628a
commit
d2f79d835d
@ -25,7 +25,7 @@
|
||||
if ((self = [super initWithFrame:frame])) {
|
||||
_textStorage = [[NSTextStorage alloc] init];
|
||||
|
||||
self.accessibilityElement = YES;
|
||||
self.isAccessibilityElement = YES;
|
||||
self.accessibilityTraits |= UIAccessibilityTraitStaticText;
|
||||
|
||||
self.opaque = NO;
|
||||
|
Loading…
x
Reference in New Issue
Block a user