So, I have a bunch of text in normal format and a photo that I want the text to wrap around. I did some searches and they said to put the image element in the text element. Like wise:
<Text>
<Image />
Random Text to wrap around
</Text>
This works... kind of...example of issue But as you can see, for some reason the text doesn't start all the way at the top. Any ideas? Thanks.