-
Notifications
You must be signed in to change notification settings - Fork 1.5k
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
[Android] 7.0.2 Image asset not working after apply new codepush release #2138
Comments
Additionally I disabled hermes |
I though this is an issue with RN 0.65.1. Codepush works fine for me before upgrading to newer version of RN. |
I'm in the same situation...Did you find a solution? |
The best way is enable |
Thank you for your answer! I'll have to wait for 7.0.3. |
If you must not require RN 0.65. You can solve to downgrading RN 0.64.2 & codepush 6.2+ |
I have the same issue, images show in first codepush update but disappear on second, when i downgrading RN to 0.64.2 and specify react-native-code-push version to 7.0.1, it proper functioning!
|
has anyone tried to make it work with 0.65.1 ? |
Try to downgrade to 7.0.1, no need to downgrade react native from 0.65.1 |
Confirmed, downgrade to 7.0.1 and still works with 0.65.1 |
Same issue here |
#2138 (comment) It's work for me |
I tried to downgrade and it still doesn't work. The second update always removes the images |
I downgraded to ^6.4.1 in order to work |
I just updated to 7.0.3, and spent like 8 hours trying to figure out why android lost images on 2nd+ codepush
|
This is an active issue for 7.0.3. Our production app for Android is not showing any bundled images after upgrading. |
Does anything update these issues? How to resolve this issue? |
We're experiencing this issue as well, but this is our first time working with CodePush, so we thought it was a configuration error on our side. |
Have to downgrade to get this fixed. This is a critical issue. |
Hi there :) Could you please try to reproduce your issue with a new version and let us know if it was successful or not? |
I'm using CodePush version 7.0.1 and RN version 0.63.3. I always lost the images after the 2nd CodePush deploy on Android devices. Could anyone suggest what should I do? Should I downgrade to CodePush version 6? UPDATE: Microsoft releases CodePush v.7.0.4 that specifically fixes the images not loading on Android issue. I have updated CodePush to this version and I no longer have this issue anymore. |
I updated CodePush to v7.0.4 but still happen. |
This still happens on 7.0.4, images disappear when a 2nd push is applied |
I can confirm the same issue is still happening for 7.0.4 |
Same here, updated to 7.0.4 and the problem is still there LE: It works, my bad. What I did wrong was just updating CodePush package and releasing two updates targeting a version which was built with an older CodePush version. |
Confirmed resolved in 7.0.4 👍 Second update is displaying images. @knro try a full release with a new |
@jcxswc This was with a new binary version. I trusted this would work well then I got hammered with bug reports on missing icons again in the updated binary release. |
Interesting. Do you have Hermes enabled in the build @knro? |
Correct, I do. |
This issue has been automatically marked as stale because it has not had any activity for 60 days. It will be closed if no further activity occurs within 15 days of this comment. |
Thanks so much for filing an issue or feature request! Please fill out the following (wherever relevant):
Steps to Reproduce
Expected Behavior
Right after the release build
Actual Behavior
after reopened the app (when applied codepush)
Environment
(The more info the faster we will be able to address it!)
The text was updated successfully, but these errors were encountered: