Releases: intercom/intercom-react-native
Releases · intercom/intercom-react-native
9.4.0
What's Changed
- Bump the npm_and_yarn group across 2 directories with 1 update by @dependabot[bot] in #346
- chore: update Intercom SDK dependencies (iOS: 19.3.4 → 19.4.0) by @github-actions[bot] in #347
Full Changelog: 9.3.4...9.4.0
9.3.4
What's Changed
- chore: update Intercom SDK dependencies (iOS: 19.3.2 → 19.3.4)
- Fixed a crash related to
ICMMetricthat happened to due a race condition.
- Fixed a crash related to
Full Changelog: 9.3.3...9.3.4
9.3.3
What's Changed
📦 Dependency Updates
Android SDK: Updated from 17.3.0 to 17.3.1
🐛 Fixed ClassNotFoundException crash related to Ably integration
👉 Compose BOM: Updated to 2025.10.01
iOS SDK: Remains at 19.3.2 (latest)
9.3.2
What's Changed
- chore: update Intercom SDK dependencies (iOS: 19.3.1 → 19.3.2)
🐛 iOS Bug Fixes
- Fixed an issue where tapping the close button on an article in a conversation would not dismiss the article.
- Fixed an issue where tapping on a link in an article would not open the link.
- Fixed an issue where carousels were not dismissing correctly.
- Fixed an issue where reactions to articles were not being handled correctly.
Full Changelog: 9.3.1...9.3.2
9.3.1
What's Changed
- chore: update Intercom SDK dependencies (iOS: 19.3.0 → 19.3.1)
- [iOS] Fixed a crash that could happen when opening articles from a conversation.
Full Changelog: 9.3.0...9.3.1
9.3.0
What's Changed
New Features
- Added support for transcribing messages using your voice.
- [iOS Only] To use this feature please update your
Info.plistwith the configuration as seen here. Using Expo? Update yourapp.jsonwith the following config.
- [iOS Only] To use this feature please update your
| Android | iOS |
|---|---|
iOS
- SDK updated from
19.2.1to19.3.0 - Added support for transcribing messages using your voice. To use this feature please update your
Info.plistwith the configuration as seen here. Using Expo? Update yourapp.jsonwith the following config. - Fixed an issue where composer buttons and help center articles could render incorrectly on Liquid Glass.
- Adjusted how translations are bundled resolving an edge case where they could fail to load correctly.
Android
- SDK updated from
17.2.0to17.3.0. - SDK now uses Ably as a source for web-socket events,
- Fixed LazyColumn duplicate key crash in AI answer sources bottom sheet.
- Fixed R8 compilation error caused by missing Lombok classes from Ably library dependency.
- Fragment Kotlin Extensions: Updated to 1.8.9.
- Compose Navigation: Updated to 2.9.5.
Full Changelog: 9.2.0...9.3.0
9.2.0
What's Changed
- Added new method
setAuthTokensfor 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
NullPointerExceptioncrash 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
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
9.1.0
What's Changed
- Fixes an issue where
setDeviceTokentries torejectafter 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