Skip to content

Releases: queueit/react-native-queue-it

1.3.0

25 Jun 13:04

Choose a tag to compare

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.

1.2.1

16 Oct 08:17

Choose a tag to compare

Release notes:

  • Bugfix: fix listeners compatibility on new architecture

1.2.0

19 Aug 13:45

Choose a tag to compare

Release notes:

  • Updated react-native from 0.66.1 to 0.80.1 to accommodate the 16kb Google Play Store page size compatibility
  • Updated with new exampleApp

1.1.11

21 Oct 11:58

Choose a tag to compare

Release notes:

Bugfix: Fixed a bug when context activity is null in Android.
Added "offAll" to remove all listeners.

1.1.10

27 Jul 17:07

Choose a tag to compare

  • Lock podspec to 3.0.14 for QueueITLibrary

1.1.9

27 Jul 16:18

Choose a tag to compare

  • Locking IOS to use queueitLibarary 3.0.14
  • Adding event for webViewClosed

1.1.8

14 Jul 15:39

Choose a tag to compare

  • Adding missing webViewClosed event for andorid

1.1.6

17 Feb 09:27

Choose a tag to compare

Release notes:

  • QueueITToken is now available when the waiting room is disabled. It can be accessed through enqueueResult.QueueITToken

1.1.5

16 Nov 14:37

Choose a tag to compare

Release notes:

Bugfix:

  • Removed duplicate symbols

1.1.4

28 Oct 08:27

Choose a tag to compare

Release notes:

  • Bugfix: fixed an issue where the headers can't be found