react-native-masonry-list icon indicating copy to clipboard operation
react-native-masonry-list copied to clipboard

The Masonry List implementation which has similar implementation as the `FlatList` in React Native

Results 26 react-native-masonry-list issues
Sort by recently updated
recently updated
newest added

when there is not enough content to cover the whole screen then onEndReached is not getting fired unlike flatlist where onEndReached gets called if content is not covering whole screen....

💬 discussion

For those new to the field, I highly recommend checking out the [MasonryFlashList](https://shopify.github.io/flash-list/docs/guides/masonry) by Shopify. This library offers a more efficient alternative to using `ScrollView`, which, while a quick solution,...

📢 announcement

### Describe the bug The `progressViewOffset` property for the `RefreshControl` component is not functioning as expected. When setting an offset value, the refresh indicator does not move from its default...

### Current problem I often find myself at the bottom of a long masonry list while using the `@react-native-seoul/masonry-list` library. Currently, there is no quick way to navigate back to...

**Describe the bug** I am trying to render a basic `MasonryList`. But not able to generate any output. However it works with vanilla `FlatList`. **To Reproduce** Here is the code:...

I'm trying to implement a variation of a masonry list and I haven't been able to achieve it. Is it possible to render an item spanning horizontally to two columns...

I'm encountering an issue with a library I'm using to display posts in two columns. While the buttons display perfectly on the right side, above the posts , there's a...

I am trying to make a very basic masonry list, but unable to generate any output. But when I run the expo project on my laptop browser, I m able...

🙏 help wanted

**Describe the bug** "expo" is listed as a dependency in the core project but only used in the Example project. Is there a reason for this? It is causing warnings...

Hope to support functional components and get type hints