We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5a8db89 commit 7ed2dc5Copy full SHA for 7ed2dc5
1 file changed
Libraries/Text/Text/RCTTextView.m
@@ -32,7 +32,7 @@ - (instancetype)initWithFrame:(CGRect)frame
32
if (self = [super initWithFrame:frame]) {
33
// self.isAccessibilityElement = YES;
34
// self.accessibilityTraits |= UIAccessibilityTraitStaticText;
35
- self.contentMode = UIViewContentModeRedraw;
+// self.contentMode = UIViewContentModeRedraw;
36
}
37
return self;
38
0 commit comments