-
Notifications
You must be signed in to change notification settings - Fork 24.4k
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
[0.32.1] Commits to cherry pick into stable release #9431
Comments
FYI we've bunch of regressions in latest release - https://github.com/facebook/react-native/issues?q=is%3Aissue+is%3Aopen+label%3ARegression |
Summary: We've been getting a lot of documentation PRs opened against `0.29-stable`, `0.30-stable`, and so on, instead of `master`. This is because our doc site is also based on RN release cuts, so clicking on the "Edit on GitHub" links on a document will take you to the markdown source for that release branch instead of the latest doc on `master`. See #9095 for an example of such a PR. In this PR we edit the link to say View on GitHub. Though it may not prevent PRs from being opened against a release branch, removing the "Edit" CTA may help in this regard. Closes #9149 Differential Revision: D3664368 Pulled By: vjeux fbshipit-source-id: 395c0813f736bfbe1be4b4fb1182f9060169365d
I haven't seen it mentioned yet, but I'm noticing big problems with image loading and caching in 0.32. In fact it seems like images are not cached at all, resulting in super slow image load times (especially for repeated images like avatars). It prompted me to look through the commit history, and the large image cache refactor could be the culprit: ddc70ff Should I create a separate issue or is there already something out there covering it? |
@sjmueller, please raise a separate issue with a video example if you can and cc people related to the change. |
Nothing explicitly listed so will release w/o cherry-picks. |
@grabbou, we want to investigate the image caching issue internally a bit. |
It's not yet deployed so it's up to you. Just let me know so I'll update interested ppl via twitter :) |
Hey all, apologies for the delay regarding image cache / decoding issues. Would you still like me to submit an issue, or did your internal investigation yield the same findings? |
Yes Sam, please submit one. On Tuesday, 23 August 2016, Sam Mueller notifications@github.com wrote:
|
@sjmueller I've noticed that issue too, when i preview the loaded image, the image is loaded again, seems the cache doesn't work, I'm using RN0.32RC0 |
Let's cherry-pick b4999fc |
Could someone provide some repro instructions for the caching issue? Does this happen on iOS or Android? What are example image URLs that are not cached? |
Also @javache @bestander @sjmueller shall we move to a separate issue so the cherry-pick thread is not polluted with unrelated comments? |
Yes, is there an issue for the image caching? If not just create one :) ddc70ff looks like it might be related, good find @sjmueller! And yeah, we need a repro :) Have more people seen images never being cached? This is only on iOS, correct? |
Yes, we should definitely On Wednesday, 24 August 2016, Mike Grabowski notifications@github.com
|
Question: is this note still in effect (video loading via asset system on iOS)? |
If this fix for building a framework version of React Native (with e.g. CocoaPods) gets merged before the release, I’d love to see that go in. |
To pick into 0.32.1
|
@alloy looks like it's not yet merged, but I'll do as a 0.32.1 as @bestander suggested. |
I concor |
@grabbou This can be closed. |
No description provided.
The text was updated successfully, but these errors were encountered: