-
Notifications
You must be signed in to change notification settings - Fork 16
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
Hyphenate wrapped text #735
Comments
I did some research on this and found that this was a common problem in React Native Android. There are a few fixes that are quite complicated when dealing with multiple languages. There are entire libraries that try to address this issue, but again, requires a lot of configuration based on the language. That being said, React Native version 0.64 and up, has an API that allows this to happen automatically by setting one on the fields in the TextComponent. We are currently using 0.63. We are planning on upgrading react native, and when we do that, this will be an easy fix. Refer to textBreakStrategy I would suggest that we address this problem after we upgrade as it will be a much easier fix then manually trying to do it with each text component. |
It looks like |
Sorry, not |
@ErikSin out of curiosity, does |
Ah, that makes sense. Your suggestion of holding off to the upgrade of RN makes sense to me. |
The default value for |
@emreiser tagging you for visibility. Updating our version of React Native will be the simplest way to fix this issue. See convo up top |
Raised by : Emilie Reiser
Description :
On smaller screens, long words in category labels are split arbitrarily by character without hyphens.
3 points - if quick fix
See if theres other devices recreating
The text was updated successfully, but these errors were encountered: