This repository was archived by the owner on May 20, 2025. It is now read-only.
v1.10.2-beta
·
1035 commits
to master
since this release
This is just a quick bug fix release that addresses a few commonly reported issues. It is now available on NPM and can be updated immediately by running npm i --save react-native-code-push@latest
.
Bug Fixes
- Fixed an issue with programmatic restarts (e.g. calling
CodePush.restartApp
, specifying anyInstallMode
value other thanON_NEXT_RESTART
when callingsync
) on pre-KitKat Android devices. - Removed the pre-release version tag from our podspec (
-beta
), which was causing issues for apps being submitted to iTunes Connect. We could have just documented this workaround, but it seemed like a better solution for our users to just remove it on our end, since our NPM packages and GitHub releases already include the-beta
semantics.