diff --git a/Libraries/Text/RCTTextView.m b/Libraries/Text/RCTTextView.m index 415c0df82..83cde446a 100644 --- a/Libraries/Text/RCTTextView.m +++ b/Libraries/Text/RCTTextView.m @@ -238,6 +238,7 @@ static NSAttributedString *removeReactTagFromString(NSAttributedString *string) [_textView layoutIfNeeded]; [self updatePlaceholderVisibility]; + [self updateContentSize]; _blockTextShouldChange = NO; }