9.0.0
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).
- Removed
🎉 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