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

## Description We have some relay types that are marked as `readonly`, and `MasonryList` is complaining that `data` is `readonly` when it expects `mutable`. `data` is not really doing any...

ℹ needs more info
❄️ types
🕵️‍♂️ need more investigation

I have `TouchableOpacity` as the parent of item that render on `renderItem`. And when i do longpress and swipe to down it is doing Pull To Refresh. Is there any...

🙏 help wanted

**Describe the bug** Hi, I want to make infinite scroll with `onEndReachedThreshold` and `onEndReached`. But when I use `onEndReachedThreshold` and `onEndReached`, it triggers `onEndReachedThreshold`'s inaccurate scroll position. I add my...

I intended to use the MasonryList for infinite scroll, so memory usage is very important to my use case. In order to verify if the MasonryList can support infinite images,...

1️⃣ good first issue
🙏 help wanted
👀 example

I load more then 100+ images on masonry list and when i scroll and select image from list, response take few seconds in android device while it's working perfectly in...

🕵️‍♂️ need more investigation
🤖 android

**Is your feature request related to a problem? Please describe.** cannot adjust the inner padding between columns, looks like it is fixed for now? Now I have to add padding...

🥺 feature request

**Is your feature request related to a problem? Please describe.** A clear and concise description of what the problem is. Ex. I'm always frustrated when [...] **Describe the solution you'd...

💬 discussion
🥺 feature request
👣 waiting for response

**Is your feature request related to a problem? Please describe.** Without this, Android will require two taps if the MasonryList contains Pressables. **Describe the solution you'd like** Self-explanatory. **Describe alternatives...

1️⃣ good first issue

it seems like it just distributes number of items equally and doesn't take their heights in consideration. I think it should make the distribution with respect to height. ![Screenshot_20210827-171627](https://user-images.githubusercontent.com/5744468/131126633-60da888f-a5e2-4364-ad96-7db17f53fca1.png)

🍚 need contribution
🥺 feature request

https://user-images.githubusercontent.com/7424471/127955523-688bd90a-778f-4394-a3b3-69ea80b4b81f.mov

🕵️‍♂️ need more investigation