react-native-masonry: The layout is broken -- kind of

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>
    );

About this issue

  • Original URL
  • State: closed
  • Created 7 years ago
  • Comments: 25 (21 by maintainers)

Most upvoted 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