How to implement soft hyphen in Android w/ React Native Text
问题 <Text> Aufmerksamkeits{'\u00AD'}defizit </Text> This leads on iOS to Aufmerksamkeits- defizit But on Android to Aufmerksamkeitsd efizit So it seems that Android ignores the given soft hyphen. How can I make this work on Android as well? Thanks! 回答1: I have the same problem and it seems that Android ignores soft hyphens. The only workaround I could think of is, only on Android , to replace the \u00AD with \u200B . It's known as zero-width-space, and it would properly break the words where