Closed gentlee closed 2 years ago
Bundling manually and using "-c ios/main.jsbundle" option with "appcenter codepush release-react" doesn't help.
Seems that there is a bug on appcenter side while transforming js bundle to code push bundle or back.
Issue fixed by using appcenter-cli 2.9.0, but bundle is not converted to hermes format.
Hey, got the same issue with android build.
Hey got the same problem with cross application
Any update? I got the same issue
hi, I was using EXPO and resolved the issue by upgrading and then downgrading it to the previous one.
On Wed, Feb 2, 2022 at 10:06 AM Sergey Petrov @.***> wrote:
Any update? I got the same issue
— Reply to this email directly, view it on GitHub https://github.com/microsoft/react-native-code-push/issues/2194#issuecomment-1027583246, or unsubscribe https://github.com/notifications/unsubscribe-auth/AVDDMPWRFKM6BY2LQHKDPJTUZC3UVANCNFSM5KNVQLMQ . Triage notifications on the go with GitHub Mobile for iOS https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675 or Android https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub.
You are receiving this because you commented.Message ID: @.***>
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.
thenkx man for your time
Noman Afzal +92 308 383 3433 @.***
On 6 Apr 2022, at 18:01, msftbot[bot] @.***> wrote:
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.
— Reply to this email directly, view it on GitHub, or unsubscribe. You are receiving this because you commented.
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.
This issue will now be closed because it hasn't had any activity for 15 days after stale. Please feel free to open a new issue if you still have a question/issue or suggestion.
npx react-native bundle --platform android --dev false --entry-file index.js --bundle-output android/app/src/main/assets/index.android.bundle --assets-dest android/app/src/main/res
Any update? I got the same issue
I have this problem on iOS, any idea how to solve it?
Steps to Reproduce
CodePush.sync({ installMode: CodePush.InstallMode.IMMEDIATE })
is called on next app launch, update is downloaded and app restartedExpected Behavior
App shouldn't crash on codepush updates
Actual Behavior
Environment