Skip to content

Releases: customerio/customerio-reactnative

6.0.0

24 Dec 10:47

Choose a tag to compare

6.0.0 (2025-12-24)

⚠ BREAKING CHANGES

  • Apps must now use React Native new architecture to use this and future versions of the SDK. No public API changes were made, so existing apps already using the new architecture should not be affected. (#553)

Features

  • Support for old React Native architecture has been removed to align with official React Native recommendations (#553) (4956640)
  • Added support for lead capture with anonymous messages

5.3.0

04 Dec 22:46

Choose a tag to compare

5.3.0 (2025-12-04)

Features

5.2.0

20 Nov 16:56

Choose a tag to compare

5.2.0 (2025-11-20)

Features

  • Exposed trackMetric method for manually tracking push notification metrics. This is useful when using multiple push providers or displaying notifications without relying on Customer.io SDK. (#539) (43deefe)

5.1.1

14 Nov 15:12

Choose a tag to compare

5.1.1 (2025-11-14)

Bug Fixes

5.1.0

30 Oct 20:53

Choose a tag to compare

5.1.0 (2025-10-30)

Features

  • Updated the SDK and dependencies for Android 16 compatibility, including minor updates to better support newer OS restrictions and behavior changes. (#533) (fd567f3)

⚠️ Notes

  • Apps now may need to update their compileSdk version to 36 and Gradle version to at least 8.9.3 to ensure compatibility with updated dependencies and to successfully build against Android 16.

5.0.1

24 Oct 20:19

Choose a tag to compare

5.0.1 (2025-10-24)

Bug Fixes

  • prevent message type crash in release builds (#531) (587012b)

5.0.0

17 Oct 07:43

Choose a tag to compare

5.0.0 (2025-10-17)

⚠ BREAKING CHANGES

  • Add CioFirebaseWrapper to pull in Firebase specific services (#528)

Features

  • Add CioFirebaseWrapper to pull in Firebase specific services (#528) (3c11e2e)

4.11.0

08 Oct 20:10

Choose a tag to compare

4.11.0 (2025-10-08)

Features

  • You can now send banners, modals, pop-ups, and surveys to anonymous visitors —no ID or email required. (#526) (f114d29)

4.10.0

07 Oct 11:52

Choose a tag to compare

4.10.0 (2025-10-07)

Features

  • Improve push notificaiton delivery receipts delay (#524) (0c04cd2)

4.9.0

04 Oct 15:10

Choose a tag to compare

4.9.0 (2025-10-04)

Breaking Features

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

but this also means apps needs to have the following minimum requirement

  • 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)

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. from latest Android native SDK (customerio/customerio-android#608)
  • Fix in-app inline tabbed bug (#521)