Wrapping text around images.
See original GitHub issueIs your feature request related to a problem? Please describe.
I would like to use float to wrap text around images. Is this possible with current implementation? I don’t want to use flex-flow: row
to have image and text in one row. because I want to wrap text around an image. The text could be 10 pages long like a lot of articles in news do.
Describe the solution you’d like
<View>
<Image
src="https://avatars1.githubusercontent.com/u/5691926?s=460&v=4"
style={{ width: 100, float: 'left' }}
/>
<Text>
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Suspendisse
ut ligula ullamcorper, sodales ante dignissim, commodo lorem. In a
egestas ex. Sed rhoncus lorem posuere massa rutrum consectetur. In
at augue vitae risus fermentum volutpat sagittis nec ex.
</Text>
</View>
Describe alternatives you’ve considered
Using flex
, but it’s not possible to wrap text under the image with it.
Issue Analytics
- State:
- Created 4 years ago
- Reactions:6
- Comments:8 (2 by maintainers)
Top Results From Across the Web
Wrap text around a picture or other object in PowerPoint
Place the cursor somewhere in the middle of the text. Go to Insert > Picture, and then insert your image. Select one of...
Read more >How to wrap the text around an image using HTML and CSS
In HTML, we can either align the image on the right side of the text, or to the left, or to the center....
Read more >HTML- Text- Wrapping Text Around Images
You can even flow text around an image placed on the left side of the page and then make the text wrap around...
Read more >How to Wrap Text Around an Image in Microsoft Word
Select the image by clicking on it and then, on the Picture Tools Format tab in the Arrange group, click Wrap Text ....
Read more >Word: Pictures and Text Wrapping - GCF Global
Select the image you want to wrap text around. The Format tab will appear on the right side of the Ribbon. · On...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Any progress on this feature?
It would be great to see this feature to make it into the library!