Skip to content

Releases: intercom/intercom-react-native

9.2.0

11 Oct 14:57
32fb8f6

Choose a tag to compare

What's Changed

  • Added new method setAuthTokens for Data Connectors Authentication.
  • Added support to initialize Intercom SDK manually via Intercom.initialize
  • chore: update Intercom SDK dependencies (Android: 17.1.1 → 17.2.0)

    🚀 Enhancements

    Added Voice Notes to the conversation composer. Users can now record voice messages that are automatically transcribed to text and can be sent in conversations.

    🐛 Bug Fixes

    • Fixed an issue where in-app notifications were not showing up in certain cases
    • Fixed an issue where in-app notifications display underneath system navigation buttons
    • Fixed NullPointerException crash caused by unsuccessful authorization response

    👉 Dependency updates

    • Compose BOM: Updated to 1.9.2 (via BOM 2025.09.01)
    • Gson: Updated to 2.13.2
    • Lifecycle Components: Updated to 2.9.4

Full Changelog: 9.1.2...9.2.0

9.1.2

24 Sep 14:42
218685b

Choose a tag to compare

What's Changed

iOS

  • Fixed device token registration for JWT-based identity verification. Previously, when identity verification was enabled with JWT tokens, device token registration would fail with error 4003. The SDK now properly supports both HMAC and JWT tokens for device token registration.

Full Changelog: 9.1.1...9.1.2

9.1.1

15 Sep 14:55
8ba1b93

Choose a tag to compare

What's Changed

  • Removes yarn 3+ engine requirement.

Full Changelog: 9.1.0...9.1.1

9.1.0

15 Sep 12:44
b52d68a

Choose a tag to compare

What's Changed

  • Fixes an issue where setDeviceToken tries to reject after resolving

iOS Specific Changes

  • Added support for iOS 26 and Liquid Glass.
  • Resolved a hang that could occur on startup related to crash report tooling.

Full Changelog: 9.0.3...9.1.0

9.0.3

10 Sep 16:26
1a93331

Choose a tag to compare

What's Changed

  • Fix Codegen error "Union types are unsupported in structs" on Expo SDK 52 / React Native 0.79
  • Update iOS module to use new generated header import path <IntercomReactNativeSpec/IntercomReactNativeSpec.h> for new architecture

Full Changelog: 9.0.2...9.0.3

9.0.2

10 Sep 13:50
2aaaadd

Choose a tag to compare

What's Changed

  • update firebase messaging version to 24.1.2

Full Changelog: 9.0.1...9.0.2

9.0.1

08 Sep 11:36
2568b87

Choose a tag to compare

What's Changed

  • [Android] Adds null checks for RemoteMessage in handleRemotePushWithCustomStack.

Full Changelog: 9.0.0...9.0.1

9.0.0

05 Sep 13:33
a7c2fd4

Choose a tag to compare

What's Changed

⚠️ Breaking Changes

  • Event System Refactor:
    • Removed addEventListener method.
    • Consumers must now call bootstrapEventListeners() to setup Intercom Events.
    • Consumers must use NativeEventEmitter for handling Intercom Events (docs).

🎉 New Features

  • Support for React Natives new architecture
  • New setThemeMode method to programmatically control Intercom's theme
  • Added comprehensive examples with New Architecture Support.

📦 SDK Updates

  • iOS SDK: Updated to 19.1.2
  • Android: No changes (v17.1.0 from previous release)

Full Changelog: 8.8.0...9.0.0

9.0.0-beta.3

04 Sep 12:04
ad7e523

Choose a tag to compare

9.0.0-beta.3 Pre-release
Pre-release

What's Changed

  • export app plugin for expo

Full Changelog: 9.0.0-beta.2...9.0.0-beta.3

9.0.0-beta.2

04 Sep 11:03
6303535

Choose a tag to compare

9.0.0-beta.2 Pre-release
Pre-release

What's Changed

  • add support for new architecture in #315

Full Changelog: 9.0.0-beta.1...9.0.0-beta.2