react-native-masonry-layout
react-native-masonry-layout copied to clipboard
An easy to use, pure JS react-native component to render a masonry layout for any item view
Bumps [ua-parser-js](https://github.com/faisalman/ua-parser-js) from 0.7.17 to 0.7.28. Commits 1d3c98a Revert breaking fix #279 and release as 0.7.28 535f11b Delete redundant code 642c039 Fix #492 LG TV WebOS detection 3edacdd Merge branch...
Bumps [lodash](https://github.com/lodash/lodash) from 4.17.15 to 4.17.21. Commits f299b52 Bump to v4.17.21 c4847eb Improve performance of toNumber, trim and trimEnd on large input strings 3469357 Prevent command injection through _.template's variable...
when data is large (over 100) the list will become very slow, it seems that FlatList don't recycle the view out of the window
As I have integrated this lib in my project and it is working fine but somehow suddenly getting list on one side(Left side). I want this in two column as...
I want to set "No data" message when there is no data added to "addItemsWithHeight([])". Is there any solution for this ? Thanks
Hi, Thanks a lot for this amazing library. It's easy to implement and use. But I've some time latency issues to load bulk data at one go. So what I'm...
Is there any way to drag and drop the cards to different positions?
Hi, I would like to use masonary as an item of SectionList. However, I need to define `listKey={(item, index) => 'A' + index.toString()}` to the Column object's Flatlist in order...
can I use 2 masonry components in 1 page? because i already try this. and 2nd ref cant be called and i get this error "undefined is not an object(evaluating'this2.refs.mySecondRefName.clear)"...