Is there an existing request?
Describe the feature request
textBreakStrategy and lineBreakStrategyIOS allow the user to override some of the handling of text wrapping in a way mostly analogous to the text-wrap CSS property.
From textBreakStrategy, simple roughly maps to wrap in CSS, highQuality to pretty, and balanced to balance.
It would be nice to have these mapping in web, especially the balanced to balance mapping, to align web and Android with a single prop,
Is there an existing request?
Describe the feature request
textBreakStrategy and lineBreakStrategyIOS allow the user to override some of the handling of text wrapping in a way mostly analogous to the text-wrap CSS property.
From
textBreakStrategy,simpleroughly maps towrapin CSS,highQualitytopretty, andbalancedtobalance.It would be nice to have these mapping in web, especially the
balancedtobalancemapping, to align web and Android with a single prop,