React Native doesn\'t support the CSS display property, and by default all elements use the behavior of display: flex (no inline-flex
display
display: flex
inline-flex
I haven't found a proper way to inline text blocks with other content. Our current "hackish" workaround is to split every single word in a text string into its own block so flexWrap wraps properly for each word.