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 followed the getting started and React-Native guidelines, and also watched the two videos suggested in the description.
With iOS I managed to get the app to download the updates from the codepush releases, but with Android, when using the command
react-native run-android
to deploy it on a physical device it still gets the updates directly from localhost.
I am running the newest react-native 0.30 implementation, anyone having the same issue?
My hypothesis is that the second step of the plugin configuration @Override protected String getJSBundleFile() { return CodePush.getJSBundleFile(); }
I followed the getting started and React-Native guidelines, and also watched the two videos suggested in the description.
With iOS I managed to get the app to download the updates from the codepush releases, but with Android, when using the command
react-native run-androidto deploy it on a physical device it still gets the updates directly from localhost.
I am running the newest react-native
0.30implementation, anyone having the same issue?My hypothesis is that the second step of the plugin configuration
@Override protected String getJSBundleFile() { return CodePush.getJSBundleFile(); }isn't working, seems to be ignored.