-
Notifications
You must be signed in to change notification settings - Fork 157
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
v0.5.0 Release Candidate #88
Comments
Duplicate image issue has been resolved in v0.5.0, but other two issues still persist. Although, single column render issue is not consistent on ios but it is consistent on android. I am attaching an image as a reference. Is there any quick fix for this? and the second issue is left biased render as you can see in ios simulator. |
@ahmedjamshed what are "other two issues" exactly? |
Issues still persist are
|
|
|
Can I improve that by returning false in shouldcomponentupdate until images are fully loaded? I can check that with fast image. or can you suggest any another solution ? |
@ahmedjamshed The problem is bricks are resolved async so you'll probably run into issues there. Considering using redux to manage the async state, or migrate data.task to the new version which supports task cancellation and cancelled any unresolved bricks in component state. |
@brh55 Also support infinite loading |
@srameshr My apologize, I was referring to lazy loading, but in actuality I mistaken it with infinite loading. Optimized loading is already handled with flatlist. You can use |
When I pass some navigation action as an I think this is caused by In my case, the data is not changing after so
|
Hi @brh55 great project. You might want to consider https://github.com/Flipkart/recyclerlistview as a replacement of ListView to improve performance |
Hi, any plan to releasing this new version ? |
Current Release: v0.5.0-alpha.1
Released as alpha as it fixes major bugs in v0.4.0 and is stable enough. Once everything has properly been vetted, we will release as stable.
Tasks
Bugs
Please post any bugs and issues on here
The text was updated successfully, but these errors were encountered: