Siddharth Ramesh
Siddharth Ramesh
What I am doing right now is, passing refresh component to ListView. Can you do a FlatList rewrite of the ListView implementation under Masonry.js
@brh55 @vvavepacket I am on the master branch and there is a big delay during inital rendering. There are two things here: 1. These is a ListView inside Masonry.js 2....
@brh55 Nope! Its still the same. It takes 15 seconds to render just one image.
@brh55 I got it. I think its because of the remote images. If I serve it with static images, it renders in a flash but when the images are remote,...
2.7 MB 😝 Im using a resizer now!
@brh55 Sorry for that. Il make sure I cross verify before posting an issue.
@vvavepacket Since the Masonry.js file still has ListView, I do something like https://github.com/brh55/react-native-masonry/issues/51. See the last but one comment in that.
No, I have not yet tried that. But hopefully by the time I need it, ListView gets replaced by FlatList under masonry which supports InfinteLoading and Pull to refresh.
 @brh55 I think the elements in the grid that are not downloaded should have an empty placeholder at least with a loading icon. See the demo attached. After I...
@brh55 so infinite loading is a feature that lot of people are waiting for. ```FlatList``` provides it out of the box since it inherits ```ScrollView``` props. So, until the ```ListView```...