aMarCruz / react-native-text-size

Measure text accurately before laying it out and get font information from your App.
BSD 2-Clause "Simplified" License
397 stars 91 forks source link

Not accurate with uppercase #24

Open lsan75 opened 4 years ago

lsan75 commented 4 years ago

When applying a textTransform uppercase to the Text style, the measures (width & lastLineWidth) are not accurate.

gaudecker commented 2 years ago

This can be avoided by calling toUpperCase() on your text before measuring. Not a real fix, but might help someone 👍