Skip to content

v12.1.5

Choose a tag to compare

@floydkim floydkim released this 07 Nov 07:24
· 2 commits to master since this release

Important Fix for Android Apps 🙏

This release addresses the following issues:

  • After downloading a new update, the bundle was not loaded by calling the reload method. The app had to be restarted for the update to take effect.
  • When the bundle was removed by calling the clearUpdates method and then the reload method was invoked, the app would crash.

⚠️ Note:
This release breaks Android builds for React Native 0.76 or lower.
If you are using React Native 0.76 or lower, please use version 12.0.2 of this library.

Testing will be strengthened to prevent similar issues in the future.
Apologies for the inconvenience caused.

What's Changed

  • fix(Android): make update and reload behavior work properly by @floydkim in #105

Full Changelog: v12.1.4...v12.1.5