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.

The layout is broken -- kind of

See original GitHub issue

Here is a screenshot:

screen shot 2017-09-07 at 10 48 56 pm

Sometimes the columns are a miss screen shot 2017-09-07 at 11 58 41 pm

These quirk happen sometimes on navigation. When I navigate to and fro to this page.

In the below image, data is ordered as 5,4,3,2,1. But the list renders them as below. screen shot 2017-09-08 at 12 08 13 am

<ScrollView style={{ flex: 1, padding: 5 }}>
        <Masonry
          bricks={this.state.contents}
          columns={2}
        />
      </ScrollView>
    );

Issue Analytics

  • State:closed
  • Created 6 years ago
  • Comments:25 (21 by maintainers)

github_iconTop GitHub Comments

5reactions
zanisiscommented, Sep 14, 2017

yes my issue is same. sometimes image not showing . if i close page and come back again my image will be show. i using with react navigation

0reactions
brh55commented, Apr 27, 2018

@jacktator Are you experiencing uneven layouts? If so the current release of masonry only places them where they are initially assigned prior to resolving dimensions. This feature of best effort equally distributed layouts is available in the branch v0.5.0 but it not all additional planned updates have been finished so I haven’t released it yet. Feel free to try and test and provide feedback.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Watch me BREAK this layout - The BROKEN Layout Trend
Visit http://linode.com/designcourse for a $20 credit on your new linode account.https://designcourse.com - Learn UI/UX from Scratch with my ...
Read more >
An Introduction to Broken Grid Layouts in Web Design
A straightforward way to make a broken grid layout is by embracing asymmetry and changing the vertical alignment of your page elements. It's...
Read more >
Website Broken Layout & How to Fix WordPress Site
WordPress website doesn't load properly and come with a broken layout! To fix this problem it requires proper troubleshooting of Errors.
Read more >
Layout of post-template is broken on the editor when query ...
On Gutenberg 12.2.0, Layout of post-template is broken on the editor when query block displayLayout is type flex. When one list in the...
Read more >
Layout broken - HTML & CSS - SitePoint Forums
The layout is all of floating to extreme left,on ipad. how can i troubleshoot such things, when it shows error on tablets and...
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