Skip to content

Tags: intercom/intercom-react-native

Tags

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>

9.8.1

Toggle 9.8.1's commit message

Verified

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

9.8.0

Toggle 9.8.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
chore: release 9.8.0 (#393)

Minor bump for the broadened loginUserWithUserAttributes TypeScript
signature (now accepts full UserAttributes, not just email/userId).
Updates README docs to match the new API surface.

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