-
Notifications
You must be signed in to change notification settings - Fork 428
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
JavaScript with staggered grid support. #76
Comments
Please provide solution, How can I achieve staggered RecyclerListView . |
Staggered in one dimension for now. Just return relevant dimensions in layout provider and it'll work. Did you try this? |
I Tried but I want staggered grid as masonry layout. ex. Pinterest. With the changes in layout provider I am not able achieve this. Please prefer this image https://cdn-images-1.medium.com/max/2000/1*ksTMskNDTgzgt07XpmYh2w.png |
Masonry cannot be done with current layout manager. You can however write your own. We will be opening it up soon anyway. Would you like to? |
Sure. Thanks for your reply. I have to move another library project. BTW great library. Please provide support for masonry layout soon. |
Great.. We'll try to do that soon. |
+1 for this issue. Is there a status update for this? Could you provide steps on how to implement custom layout manager ? |
Check this file https://github.com/Flipkart/recyclerlistview/blob/master/src/core/layoutmanager/LayoutManager.ts |
Hey @naqvitalha I have created a pull request , please check and let me know, although I hove not tested it, would be good to have unit tests. |
@ckdvivedi can u please inform which library you used for masonry? |
Hi, is this already solved? Otherwise I'm planning to add masonry layout for RecyclerListView. |
Could you share with us? |
@raulclaudino It's already in pull request, #526 |
I tried to implement, but I couldn't. The console says that the /dist folder does not exist. Need to compile this folder? Can you give me any instructions on how to run? Thank you! |
@raulclaudino It's all on package.json It calls bash script so make sure you're on mac or linux or windows 10 wsl. If you're on older windows just examine '/scripts/build.sh' and run its windows counterpart.
and so on. |
Would it be easy to apply |
You mentioned in document that "We built RecyclerListView which is a high performance list view written purely in JavaScript with staggered grid support."
Please provide instruction, How can I achieve staggered RecyclerListView .
The text was updated successfully, but these errors were encountered: