-
Notifications
You must be signed in to change notification settings - Fork 24.5k
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
Android android_hyphenationFrequency in text does not work in react-native 0.64.2 #31878
Comments
+1 |
It doesn't work on 0.64.1 as well. |
+1 |
@fabriziobertoglio1987 |
@fabriziobertoglio1987 |
I hope this doesn't make things worse, but I was trying to use a value of "balanced" and I got an error: That said, I concur with the original poster that none of the values seem to do anything, as far as I can see. |
This issue is stale because it has been open 180 days with no activity. Remove stale label or comment or this will be closed in 7 days. |
This issue was closed because it has been stalled for 7 days with no activity. |
Help |
Description
I'm trying to add soft hyphenation to app using android_hyphenationFrequency but it doesn't work.
try on new clean app
React Native version:
Steps To Reproduce
WillHaveAnHyphenWhenBreakingForNewLine
2.1 for example I use three text with different symbol
2.2
WillHave\u00ADAnHyphen\u00ADWhen\u00ADBreaking\u00ADForNew\u00ADLine
- in this issue written that it doesn't work for android2.3
WillHave\u200BAnHyphen\u200BWhen\u200BBreaking\u200BForNew\u200BLine
- wrap for androidExpected Results
To see the result like in this request - #29157
but I don't see anything like it
Snack, code example, screenshot, or link to a repository:
code example:
![Снимок экрана 2021-07-19 в 13 20 26](https://user-images.githubusercontent.com/15332093/126145583-662ea201-5fa3-4e98-bca0-2c009f9cd621.png)
![Screenshot_1626690040](https://user-images.githubusercontent.com/15332093/126145632-596a8d11-ded4-4659-8354-f119f906f4a5.png)
result example:
text wrap with
\u200B
but no hyphenation symbolrepository with example - https://github.com/evd1ser/test-rn-andoid-text-hyphenation
The text was updated successfully, but these errors were encountered: