question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Wrapping text around images.

See original GitHub issue

Is 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:open
  • Created 4 years ago
  • Reactions:6
  • Comments:8 (2 by maintainers)

github_iconTop GitHub Comments

1reaction
MichalKalitacommented, Oct 1, 2020

Any progress on this feature?

0reactions
platon-ivanovcommented, Nov 14, 2022

It would be great to see this feature to make it into the library!

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found