The following code can be found in this live example
I\'ve got the following react native element:
\'use strict\';
var React = require(\'react-nativ
I wanted to add that I was having the same issue and flexWrap, flex:1 (in the text components), nothing flex was working for me.
Eventually, I set the width of my text components' wrapper to the width of the device and the text started wrapping.
const win = Dimensions.get('window');
{image.title}
{image.description}