You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on May 20, 2025. It is now read-only.
Some users using our app reports (and sent screenshots) where the image assets are switched around after installing a codepush update.
For example, I have a list of characters each with an icon, that's loaded via require('../assets/images/icon1.png'), require('../assets/images/icon2.png') etc.
After updating via CodePush, character1 has icon2, and character2 has icon1.
This issue seems to happen when there is a major version change in my app. For example:
Upload version v1.4.0 to Google play with CodePush bundle
Update new codepush version targeting v1.4.0 using AppCenter
Release version v1.5.0 on Google Play
Release new codepush bundle targeting v1.5.0 on AppCenter
User updates via Google Play, then codepush downloads new bundle automatically
User sees images scrambled.
What could be the issue here? Is this a problem with my setup or a bug in how assets are bundled?