This repository was archived by the owner on May 20, 2025. It is now read-only.
v1.12.2-beta
·
855 commits
to master
since this release
This is simply a patch release that addresses a few user-reported issues. It available now on NPM and can be acquired by running npm i react-native-code-push@latest.
Bug Fixes (General)
- Fixed an issue where the
Promisereturned bysyncwouldn't get resolved/rejected if the update dialog was being used and an exception happened while downloading an update (rare but possible).
Bug Fixes (iOS)
- Fixed an issue where the
downloadProgressCallbackoption passed tosyncwasn't getting triggered (thanks @MikeDouglas!). Android wasn't affected by this issue. - Improved our
Podspecby marking theSSZipArchiveheaders as private, and adding theCoresubspec that allows you to link to CodePush without the additionalSSZipArchivedependency (thanks @nevir!)