Support textBreakStrategy/lineBreakStrategyIOS

Author: imaspenCreated Feb 10, 2026Updated Feb 10, 2026
Labelsenhancement

Is there an existing request?

  • I have searched for this 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,

Source: necolas/react-native-web