From d2f79d835d7efa768c65c26ecf42002e9f18cf2d Mon Sep 17 00:00:00 2001 From: Georgiy Kassabli Date: Thu, 14 May 2015 19:45:00 -0100 Subject: [PATCH] Fixing misprint in RCText.m --- Libraries/Text/RCTText.m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Libraries/Text/RCTText.m b/Libraries/Text/RCTText.m index 632857f01..b4fcc6951 100644 --- a/Libraries/Text/RCTText.m +++ b/Libraries/Text/RCTText.m @@ -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;