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
NullPointerExceptions ingetConfigurationfor Android by using thereactContextinstead ofgetCurrentActivitywhich is nullable. - Fixes 'unchecked call' warnings on classes obtained through reflection on Android
- Fixes an issue with the
currentActivitygoing into the background during anIMMEDIATEinstall on Android causing aNullPointerExceptionwhen trying to invoke methods on the result ofgetCurrentActivity. The fix adds the resume handler onIMMEDIATEinstalls so that when the activity returns to the foreground, the update will be applied.