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.
How do we know when we're reading from our local machine's JS bundle? I'm thoroughly confused when I setup by debug buildType to point to staging code-push key but when I'm developing (react-native run-android) I can get it to pull from my local changes, changes that haven't been pushed to staging yet. When I remove my local server I have no idea what version the app is pulling the bundle from.... what if I haven't rolled anything out to staging how does the app know what bundle to grab?
Ok then another question is when I have an app with version 1.0, and I've rolled out v1-3 code-pushes to it, then I update the app to version 1.1, do I need to rollout the latest code to staging again for it to pick up correctly?