The layout is broken -- kind of
See original GitHub issueHere is a screenshot:
Sometimes the columns are a miss
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.
<ScrollView style={{ flex: 1, padding: 5 }}>
<Masonry
bricks={this.state.contents}
columns={2}
/>
</ScrollView>
);
Issue Analytics
- State:
- Created 6 years ago
- Comments:25 (21 by maintainers)
Top 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 >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
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
@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.