This repository was archived by the owner on May 20, 2025. It is now read-only.
v1.13.3-beta
This includes a few bug fixes:
- Ensures that lint errors in our plugin don't break the build of the host app
- Guards against
NullPointerException
s ingetConfiguration
for Android by using thereactContext
instead ofgetCurrentActivity
which is nullable. - Fixes 'unchecked call' warnings on classes obtained through reflection on Android
- Fixes an issue with the
currentActivity
going into the background during anIMMEDIATE
install on Android causing aNullPointerException
when trying to invoke methods on the result ofgetCurrentActivity
. The fix adds the resume handler onIMMEDIATE
installs so that when the activity returns to the foreground, the update will be applied.