-
Notifications
You must be signed in to change notification settings - Fork 299
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
Gallery of large images #11
Comments
I wasn't aware of this issue. If you investigated it, do you know if react-native's team is planning on fixing it soon ? |
It's more of an Android "problem". It is just that you need to understand how image rendering works and what amount of memory or processor it uses. Understanding that will help in making the correct decisions on how to resolve this. There are a couple of things that should be noted:
You may want to see our fork of this repo thou it is quite different already and doesn't seem like it is mergable back in here. |
Hi, we should give @vbuch fork a try, it's forked from this one and should be able to merge. Question is that features added to it will be used and not break other functionality. Can u make a PR @vbuch ? We will look at changes and discuss, maybe add some switch to enable or not your features and it can be merged back. I was thinking about loading hi res photo when user wants to zoom and probably it is easy to achieve with @vbuch enhancements, just when to trigger hi res photo downloading is different. |
Hi @chrusart |
Do you use your own EDIT: Ok, i see you have this repo forked as well. |
This should be much better with the v2.0.0. Switching to Please note that the development mode is significantly slower, due to the console logs being dispatched when navigating between images. They are sent from a dependency that we haven't put on this repo yet. |
@Exilz 2.1.0 most deff resolves this issue. Thank you for the support! |
I'm having an issue with loading 3 relatively large images (1600px on the the larger size). After some debugging it turned out that the images are not loaded correctly in . That's probably related to facebook/react-native#10470
The text was updated successfully, but these errors were encountered: