You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
add some text like 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 android
2.3 WillHave\u200BAnHyphen\u200BWhen\u200BBreaking\u200BForNew\u200BLine - wrap for android
add maxWidth to container - example 300
add text props android_hyphenationFrequency with any value
run on android device example: emulator Pixel 4 API 30
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
WillHaveAnHyphenWhenBreakingForNewLine2.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:


result example:
text wrap with
\u200Bbut no hyphenation symbolrepository with example - https://github.com/evd1ser/test-rn-andoid-text-hyphenation