Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Tags: intercom/intercom-react-native

Tags

10.5.0

Toggle 10.5.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
chore: update Intercom SDK dependencies (iOS: 19.7.0 → 19.7.1, Androi…

…d: 18.5.0 → 18.6.0) (#460)

- Updated iOS SDK from 19.7.0 to 19.7.1
- Updated Android SDK from 18.5.0 to 18.6.0
- Bumped version from 10.4.0 to 10.5.0 (minor)
- Synced the example apps' Podfile.lock files

Co-authored-by: Claude Opus 5 <noreply@anthropic.com>

10.4.0

Toggle 10.4.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
feat: add suppressProactiveContent for pre-auth carousel/survey visib…

…ility (#458)

* feat: add suppressProactiveContent for pre-auth carousel/survey visibility

Adds Intercom.suppressProactiveContent(types) + a ProactiveContentType enum
(Carousel, Survey). Declarative semantics: the types passed are suppressed,
an empty array unsuppresses all. Bridges to the native suppressProactiveContent
on both platforms — iOS via [Intercom suppressProactiveContent:], Android via
Intercom.client().suppressProactiveContent(List<ContentType>).

Bumps the native SDK pins to the releases that expose the API (iOS 19.7.0,
Android 18.5.0) and the package to 10.4.0.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>

* docs: document suppressProactiveContent in README

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>

---------

Co-authored-by: Claude Opus 4.8 <noreply@anthropic.com>
Co-authored-by: Rosie-Kennelly-1 <rosie.kennelly@intercom.io>

10.3.4

Toggle 10.3.4's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
chore: update Intercom SDK dependencies (iOS: 19.6.3 → 19.6.4, Androi…

…d: 18.3.1 → 18.3.2) (#455)

* chore: update Intercom SDK dependencies (iOS: 19.6.3 → 19.6.4, Android: 18.3.1 → 18.3.2)

- Updated iOS SDK from 19.6.3 to 19.6.4
- Updated Android SDK from 18.3.1 to 18.3.2
- Bumped version from 10.3.3 to 10.3.4 (patch)
- Updated lockfiles and example projects

* fix(examples): sync Podfile.lock for Intercom SDK bump (iOS 19.6.4)

The update-intercom-sdks automation bumped the podspec/package.json but
missed regenerating the example apps' lockfiles.

---------

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>

10.3.3

Toggle 10.3.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
chore: bump Intercom Android SDK to 18.3.1 and version to 10.3.3 (#453)

Co-authored-by: Claude Opus 4.8 (1M context) <noreply@anthropic.com>

10.3.2

Toggle 10.3.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
chore: bump version to 10.3.2 (#452)

Co-authored-by: Claude Opus 4.8 (1M context) <noreply@anthropic.com>

10.3.1

Toggle 10.3.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
chore: bump version to 10.3.1 (#449)

10.2.0

Toggle 10.2.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
chore: update Intercom SDK dependencies (Android: 18.1.0 → 18.2.0) (#441

)

- Updated Android SDK from 18.1.0 to 18.2.0
- Bumped version from 10.1.0 to 10.2.0 (minor)
- Updated lockfiles and example projects

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>

10.1.0

Toggle 10.1.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
chore: update Intercom SDK dependencies (iOS: 19.5.7 → 19.6.0, Androi…

…d: 18.0.2 → 18.1.0) (#438)

- Updated iOS SDK from 19.5.7 to 19.6.0
- Updated Android SDK from 18.0.2 to 18.1.0
- Bumped version from 10.0.1 to 10.1.0 (minor)
- Updated lockfiles and example projects

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>

10.0.1

Toggle 10.0.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
chore: update Intercom SDK dependencies (iOS: 19.5.4 → 19.5.7, Androi…

…d: 18.0.1 → 18.0.2) (#424)

- Updated iOS SDK from 19.5.4 to 19.5.7
- Updated Android SDK from 18.0.1 to 18.0.2
- Bumped version from 10.0.0 to 10.0.1 (patch)
- Updated lockfiles and example projects

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>

10.0.0

Toggle 10.0.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
feat(android)!: upgrade Intercom Android SDK to 18.0.1 (#411)

* feat(android)!: upgrade Intercom Android SDK to 18.0.0

Upgrade the Android SDK from 17.4.7 to 18.0.0, a major release that
removes the `handlePushMessage()` API — the SDK now automatically opens
conversations when push notifications are tapped.

Breaking changes:
- Remove `handlePushMessage()` from native modules, TurboModule spec,
  and public JS API
- Raise compileSdk/targetSdk to 36 and buildToolsVersion to 36.0.0
- Upgrade AGP to 8.9.0 and Gradle to 8.11.1

Cleanup:
- Remove dead HANDLE_PUSH_MESSAGE error code constant
- Remove unused Toast and ReadableArray imports from both arch modules
- Migrate deprecated lintOptions to lint block in build.gradle
- Update README to remove handlePushMessage docs and fix SDK versions
- Remove handlePushMessage AppState listeners from all example apps

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>

* fix(lint): fix prettier formatting in HomeScreen import

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>

* feat(android)!: upgrade Intercom Android SDK to 18.0.1

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>

* chore(example): remove orphan comment left after handlePushMessage removal

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>

* chore: bump version to 10.0.0 for Android SDK 18.0.1 breaking change

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>

---------

Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Morty Proxy This is a proxified and sanitized view of the page, visit original site.