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.
I always find that when I push new package by code-push release-react [MyApp] ios -m, after device successfully update this new version, then when I close the app and reopen again, version will always rollback.
my first release bundle use react-native bundle --platfrom ios --dev false --entry-file index.ios.js --bundle-output ./bundles/main.jsbundle, I'm not sure why always back to this local bundle on device, what should I do?
I always find that when I push new package by
code-push release-react [MyApp] ios -m, after device successfully update this new version, then when I close the app and reopen again, version will always rollback.my first release bundle use
react-native bundle --platfrom ios --dev false --entry-file index.ios.js --bundle-output ./bundles/main.jsbundle, I'm not sure why always back to this local bundle on device, what should I do?thanks for your time.