We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b044af9 commit 4844731Copy full SHA for 4844731
1 file changed
packages/react-native/Libraries/Text/Text/RCTTextView.mm
@@ -156,7 +156,7 @@ - (void)drawRect:(CGRect)rect
156
157
NSRange glyphRange = [layoutManager glyphRangeForTextContainer:textContainer];
158
159
- if (ReactNativeFeatureFlags::enableLineHeightCentering()) {
+ if (facebook::react::ReactNativeFeatureFlags::enableLineHeightCentering()) {
160
CGPoint drawingPoint = [self calculateDrawingPointWithTextStorage:_textStorage contentFrame:_contentFrame];
161
[layoutManager drawBackgroundForGlyphRange:glyphRange atPoint:drawingPoint];
162
[layoutManager drawGlyphsForGlyphRange:glyphRange atPoint:drawingPoint];
0 commit comments