You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: packages/react-native/ReactAndroid/src/main/java/com/facebook/react/views/text/internal/span/CustomLineHeightSpan.kt
+5-2Lines changed: 5 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -16,9 +16,12 @@ import kotlin.math.floor
16
16
* Implements a [LineHeightSpan] which follows web-like behavior for line height, unlike
17
17
* LineHeightSpan.Standard which only effects space between the baselines of adjacent line boxes
18
18
* (does not impact space before the first line or after the last).
19
+
*
20
+
* We changed `internal` to `public` because this is still used by
Copy file name to clipboardExpand all lines: packages/react-native/ReactAndroid/src/main/java/com/facebook/react/views/textinput/ReactTextInputShadowNode.kt
0 commit comments