-
Notifications
You must be signed in to change notification settings - Fork 24.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Text cut off on Android 13+ #43047
Comments
@fabOnReact https://github.com/fabOnReact/react-native-improved doesn't fix it (tested on old arch, of course) |
I assume this is not happening on Android 12 right? |
@cortinico Right, tested on SDK 31 (see attached screenshot). |
I believe measure does not calculate correct height for |
The similar issue on Codes
|
How can this kind of bug linger for this long? The cut off at the line end can cause serious issues, like number of finances. Do Facebook's own apps have this issue? |
Description
Text is cutting off vertically on Android 13+.
Tested both on old and new arch.
There's a couple of issues with similar topics (none mentioning new arch, nor with an easy repro):
Steps to reproduce
༼ つ ◕_◕ ༽つ test
text anywhereReact Native Version
0.73.4
Affected Platforms
Runtime - Android
Areas
Fabric - The New Renderer
Output of
npx react-native info
Reproducer
https://snack.expo.dev/@diegolmello/gimme-text-cutoff
Screenshots and Videos
SDK 33
SDK 31
The text was updated successfully, but these errors were encountered: