Uh oh!
There was an error while loading. Please reload this page.
feat(iOS): added lineBreakStrategy attribute to Text/TextInput - #31272
feat(iOS): added lineBreakStrategy attribute to Text/TextInput#31272bang9 wants to merge 6 commits into
Conversation
7d77744 to
29dc411Compare
Base commit: 68f3fb2 |
67a0cee to
635d68bCompare
Base commit: 7f1729a |
1450a82 to
86a6704Compare86a6704 to
4a91858Comparejunhoyeo
commented
Nov 18, 2021
Any updates on this? |
66d2ce9 to
c725c30Comparebang9
commented
Feb 12, 2022
Hi @lunaleaps , Is there anything else I can do help for this PR get merged? |
c725c30 to
7df6975Compare
|
lunaleaps
commented
Sep 26, 2022
Sorry for the delayed reply here, let me import and ask around. I think my concern might be that prop name and the iOS specificity of it. |
facebook-github-bot
commented
Sep 26, 2022
@lunaleaps has imported this pull request. If you are a Meta employee, you can view this diff on Phabricator. |
Hi @lunaleaps, thanks for the reply! e.g. https://reactnative.dev/docs/0.69/text#android_hyphenationfrequency-android Please let me know if need to change the prop name, thanks! |
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
bang9
commented
Sep 29, 2022
@lunaleaps Is it okay to commit? I ran the |
Strange.. that's good to know! I can run our internal formatter then, thanks for letting me know |
facebook-github-bot
commented
Oct 5, 2022
@lunaleaps has imported this pull request. If you are a Meta employee, you can view this diff on Phabricator. |
5a1939b to
5fe3fa1Comparefacebook-github-bot
commented
Oct 14, 2022
@lunaleaps has imported this pull request. If you are a Meta employee, you can view this diff on Phabricator. |
react-native-bot
commented
Oct 17, 2022
This pull request was successfully merged by @bang9 in 0481948. When will my fix make it into a release? | Upcoming Releases |
Hello, is there any plan to backport this into previous versions? For CJK users this feels like a crucial feature to have. |
Summary
iOS did not support the implementation of Korean word-wrap(line-break) before iOS14.
If the attribute applied, the word-wrap of Korean will works.
Changelog
[iOS] [Added] - Line break strategy for Text and TextInput components
Test Plan