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
Promise
returned bysync
wouldn'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
downloadProgressCallback
option passed tosync
wasn't getting triggered (thanks @mikedouglas!). Android wasn't affected by this issue. - Improved our
Podspec
by marking theSSZipArchive
headers as private, and adding theCore
subspec that allows you to link to CodePush without the additionalSSZipArchive
dependency (thanks @nevir!)