Release notes:
Fixes building and running the SDK on modern React Native (0.83+). Android-focused; iOS is unchanged.
Build fixes
- Migrated to AndroidX (
androidx.appcompat,com.google.android.material,androidx.localbroadcastmanager); removed the deadcom.android.supportlibs and disabledJetifier. - Removed the
libs.versions.tomlversion catalog that consuming apps couldn't resolve; now uses the plugin-managedcom.facebook.react:react-native:+. CMakenow globs the codegen output instead of hardcoding generated filenames, so it builds across RN versions.
Runtime fixes
- Upgraded the Queue-it Android SDK 2.0.36 → 2.3.0
- Fixed a New-Architecture
SIGSEGVonwebViewClosedwhen returning from the queue (once() no longer removes its listener mid-dispatch).
Behavior change
- enableTesting is now a no-op — the underlying Android SDK dropped the global test flag.