react-native-masonry: The layout is broken -- kind of
Here 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>
);
About this issue
- Original URL
- State: closed
- Created 7 years ago
- Comments: 25 (21 by maintainers)
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