-
Hi! 👋
Firstly, thanks for your work on this project! 🙂
Here is the diff that avoid typing's warnings on props `data` and `renderItem`:
```diff
diff --git a/node_modules/@react-native-…
-
由于上面的提问比较宽泛,不太清楚是指哪个部分的使用方法,这里我将分别介绍React Masonry、React Virtualized和React Grid Layout的使用方法,以及UmiJS和Ant Design的使用方法和优缺点,和一些使用这些技术栈的网站。
1. React Masonry
React Masonry是一个基于React的瀑布流库,支持自适应布局和动态加载图片。使…
-
### What problem does this feature solve?
I was looking for Masonry Component just like Material UI (https://mui.com/material-ui/react-masonry/) . Although It can be done with Flex and Grid but i…
-
**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:
```
import …
-
After wrapping my cards with **react-masonry-css** the **shouldComponentUpdate** in my card component is ignored and my cards keeps rendering !
can someone help me how to solve this issue ?
```
…
-
hi,
I want to make sure the layout is ready, before I display all items. I tried the following, but that does not seem to do the trick (I still see a mess of items, for a fraction of a second):
…
-
## Current Behavior
Displays a warning about ListView
```
Warning:` ListView is deprecated and will be removed in a future release. See https://fb.me/nolistview for more information
- node_mod…
-
Love react-native-masonry? Please consider supporting our collective:
👉 https://opencollective.com/react-native-masonry/donate ❤️
There is a considerable delay between ```Masonry``` being called …
-
All images are shown in full screen and overlaid.
```tsx
import Image from 'next/image';
import Masonry from 'react-masonry-css'
{
imgs.map(img => (
))
}
```
-