Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: intercom/intercom-react-native
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 10.3.1
Choose a base ref
...
head repository: intercom/intercom-react-native
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 10.3.2
Choose a head ref
  • 2 commits
  • 2 files changed
  • 2 contributors

Commits on Jun 16, 2026

  1. Guard deconstructRegistration against null Registration (#520691) (#451)

    Intercom.client().fetchLoggedInUserAttributes() returns null when no user
    is logged in (e.g. after the OS kills and restarts the process, clearing
    the native session). Both the oldarch and newarch IntercomModule pass that
    return value straight into IntercomHelpers.deconstructRegistration(), which
    immediately calls registration.getEmail() and throws a fatal
    NullPointerException on the JS bridge thread.
    
    Return an empty map when registration is null, matching the iOS bridge,
    which resolves an empty dictionary for the same "no logged-in user" case.
    
    Co-authored-by: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
    imSzukala and claude authored Jun 16, 2026
    Configuration menu
    Copy the full SHA
    c6ed239 View commit details
    Browse the repository at this point in the history
  2. chore: bump version to 10.3.2 (#452)

    Co-authored-by: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
    imSzukala and claude authored Jun 16, 2026
    Configuration menu
    Copy the full SHA
    75c5d58 View commit details
    Browse the repository at this point in the history
Loading