Releases: queueit/react-native-queue-it
Releases · queueit/react-native-queue-it
1.3.0
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.
1.2.1
Release notes:
- Bugfix: fix listeners compatibility on new architecture
1.2.0
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
Release notes:
Bugfix: Fixed a bug when context activity is null in Android.
Added "offAll" to remove all listeners.