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 may be misinterpreting these results, but I would expect the following to work:
Run react-native run-ios to deploy an app to the iOS simulator
Run code-push release-react [APP] ios --dev to deploy the exact same bits as Implementation first pass #1 to the CodePush server
From the running app, check for an update
Expected: No update to be available since the app is already running the latest update Actual: An update is available
Is this expectation accurate? I tried to get this to work a handful of different times and couldn't. I also didn't try Android, so I'm not sure how that currently behaves.
I recently spoke with someone on Discord about them noticing this behavior, but they thought it could have been their fault. After doing some quick dogfooding, it seems like it isn't working correctly, and therefore, more be a regression on our end, or a change in the RN bundle that is making these contents appear different.