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.4
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.4.0
Choose a head ref
  • 2 commits
  • 20 files changed
  • 4 contributors

Commits on Jul 9, 2026

  1. chore(deps): bump transitive dependencies to latest patched versions (#…

    …456)
    
    * fix(deps): resolve dependabot alerts in root yarn workspace
    
    * fix(deps): resolve dependabot alerts in expo-example
    
    * fix(deps): resolve dependabot alerts in ruby gems
    
    Bump concurrent-ruby to 1.3.7 (root + with-notifications) and
    activesupport to 7.2.3.1 (with-notifications). Also generated the
    missing with-notifications/Gemfile.lock (never committed) and lifted
    its Gemfile's `concurrent-ruby < 1.3.4` pin to `>= 1.3.7`: that pin
    was an emergency workaround for a logger-require regression in 1.3.5
    that broke activesupport outside Rails, but this Gemfile already
    declares `gem 'logger'` explicitly, which covers the same gap.
    
    * fix(deps): resolve dependabot alerts in with-notifications (npm)
    jasonpraful authored Jul 9, 2026
    Configuration menu
    Copy the full SHA
    93b44fa View commit details
    Browse the repository at this point in the history

Commits on Jul 16, 2026

  1. 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>
    3 people authored Jul 16, 2026
    Configuration menu
    Copy the full SHA
    be8e60d View commit details
    Browse the repository at this point in the history
Loading