mirror of
https://github.com/zoriya/react-native-web.git
synced 2026-05-21 22:08:42 +00:00
ab98851881
Preserve meaningful white-space when `numberOfLines={1}` by using the `pre`
value instead of `nowrap`.
Source: https://developer.mozilla.org/en-US/docs/Web/CSS/white-space
Close #2058