Skip to content

1.3.0

Latest

Choose a tag to compare

@queueitdevs queueitdevs released this 25 Jun 13:04

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 dead com.android.support libs and disabled Jetifier.
  • Removed the libs.versions.toml version catalog that consuming apps couldn't resolve; now uses the plugin-managed com.facebook.react:react-native:+.
  • CMake now 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 SIGSEGV on webViewClosed when 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.