Skip to content

Commit

Permalink
[iOS] Clean up RCTParagraphComponentView & RCTParagraphTextView
Browse files Browse the repository at this point in the history
  • Loading branch information
zhongwuzw committed Aug 21, 2024
1 parent 0bb085c commit 1c8a2fb
Showing 1 changed file with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,6 @@ - (instancetype)initWithFrame:(CGRect)frame
_props = ParagraphShadowNode::defaultSharedProps();

self.opaque = NO;
self.contentMode = UIViewContentModeRedraw;
_textView = [RCTParagraphTextView new];
_textView.backgroundColor = UIColor.clearColor;
self.contentView = _textView;
Expand Down Expand Up @@ -324,8 +323,6 @@ - (void)copy:(id)sender
}

@implementation RCTParagraphTextView {
RCTParagraphComponentAccessibilityProvider *_accessibilityProvider;
UILongPressGestureRecognizer *_longPressGestureRecognizer;
CAShapeLayer *_highlightLayer;
}

Expand Down

0 comments on commit 1c8a2fb

Please sign in to comment.