Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -216,6 +216,9 @@ React Native wrapper for Intercom.io. Based off of [intercom-cordova](https://gi

Note that calling `Intercom.registerIdentifiedUser({ userId: 'Bob' })` (or `Intercom.registerUnidentifiedUser()`) is required before using methods which require that Intercom know the current user… such as `Intercom.displayMessageComposer()`, etc.

# Migrating to v7
Make sure to follow this: https://developers.intercom.com/installing-intercom/docs/migrating-to-v710

# Usage

### Import or Require the module
Expand Down
2 changes: 1 addition & 1 deletion android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,6 @@ repositories {

dependencies {
implementation 'com.facebook.react:react-native:+'
implementation 'io.intercom.android:intercom-sdk-base:6.+'
implementation 'io.intercom.android:intercom-sdk-base:7.+'
}

2 changes: 1 addition & 1 deletion react-native-intercom.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,5 @@ Pod::Spec.new do |s|
s.frameworks = [ "Intercom" ]
s.static_framework = true
s.dependency 'React'
s.dependency 'Intercom', '~> 6.1.0'
s.dependency 'Intercom', '~> 7.1.0'
end