Skip to content

2.8.0

Choose a tag to compare

@cio-semantic-release cio-semantic-release released this 09 Oct 05:12
· 60 commits to main since this release

2.8.0 (2025-10-09)

Features

  • You can now send banners, modals, pop-ups, and surveys to anonymous visitors —no ID or email required.
  • Improve push notification delivery receipts delay for android (#313) (ad96c18)

Breaking Features

  • Support for Kotlin 2+ is added (#591) (b5f94ff)

but this also means apps needs to have the following minimum requirement, which should already be covered in Expo 53 and above

  • Gradle: 8.0 or later
  • Android Gradle Plugin (AGP): 8.0 or later (8.2+ recommended)
  • Kotlin: 1.9.20 or later (2.0+ required if using Kotlin Multiplatform or K2-specific features)

Bug Fixes

  • Resolved a crash when dismissing in app messages using back press during initial loading phase. Users can now safely navigate away from messages without encountering unexpected app crashes
  • Fix in-app inline tabbed bug