react-native-text-size
react-native-text-size copied to clipboard
Not accurate with uppercase
When applying a textTransform uppercase to the Text style, the measures (width & lastLineWidth) are not accurate.
This can be avoided by calling toUpperCase()
on your text before measuring. Not a real fix, but might help someone 👍