Skip to content
Merged
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
2 changes: 1 addition & 1 deletion android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -60,5 +60,5 @@ dependencies {
//noinspection GradleDynamicVersion
implementation "com.facebook.react:react-native:+" // From node_modules
implementation 'com.google.firebase:firebase-messaging:20.2.+'
implementation 'io.intercom.android:intercom-sdk:10.7.0'
implementation 'io.intercom.android:intercom-sdk:12.0.0'
}
19 changes: 10 additions & 9 deletions example/ios/Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -72,9 +72,9 @@ PODS:
- FlipperKit/FlipperKitNetworkPlugin
- fmt (6.2.1)
- glog (0.3.5)
- Intercom (11.2.0)
- intercom-react-native (2.1.0):
- Intercom (~> 11.2.0)
- Intercom (12.0.0)
- intercom-react-native (3.0.0):
- Intercom (~> 12.0.0)
- React-Core
- libevent (2.1.12)
- OpenSSL-Universal (1.1.180)
Expand Down Expand Up @@ -404,6 +404,8 @@ DEPENDENCIES:
- Yoga (from `../node_modules/react-native/ReactCommon/yoga`)

SPEC REPOS:
https://cdn.cocoapods.org/:
- Intercom
trunk:
- boost-for-react-native
- CocoaAsyncSocket
Expand All @@ -417,7 +419,6 @@ SPEC REPOS:
- Flipper-RSocket
- FlipperKit
- fmt
- Intercom
- libevent
- OpenSSL-Universal
- YogaKit
Expand Down Expand Up @@ -489,7 +490,7 @@ EXTERNAL SOURCES:
SPEC CHECKSUMS:
boost-for-react-native: 39c7adb57c4e60d6c5479dd8623128eb5b3f0f2c
CocoaAsyncSocket: 065fd1e645c7abab64f7a6a2007a48038fdc6a99
DoubleConversion: 831926d9b8bf8166fd87886c4abab286c2422662
DoubleConversion: cde416483dac037923206447da6e1454df403714
FBLazyVector: 33c82491102f20ecddb6c6a2c273696ace3191e0
FBReactNativeSpec: df8f81d2a7541ee6755a047b398a5cb5a72acd0e
Flipper: b1fddf9a17c32097b2b4c806ad158b2f36bb2692
Expand All @@ -502,9 +503,9 @@ SPEC CHECKSUMS:
Flipper-RSocket: d9d9ade67cbecf6ac10730304bf5607266dd2541
FlipperKit: aec2d931adeee48a07bab1ea8bcc8a6bb87dfce4
fmt: ff9d55029c625d3757ed641535fd4a75fedc7ce9
glog: 5337263514dd6f09803962437687240c5dc39aa4
Intercom: d17f915e5b840e4c5d9f55e4b7487358469463f9
intercom-react-native: 448795b154c83c180bace4f8201d85fc7e727ae6
glog: 40a13f7840415b9a77023fbcae0f1e6f43192af3
Intercom: d706bc52b0e80758b38ceadce9143b76577100fb
intercom-react-native: 43841bfc8d4e4eb4acad9d860e9dd10c80b8ed4b
libevent: 4049cae6c81cdb3654a443be001fb9bdceff7913
OpenSSL-Universal: 1aa4f6a6ee7256b83db99ec1ccdaa80d10f9af9b
RCT-Folly: 0dd9e1eb86348ecab5ba76f910b56f4b5fef3c46
Expand Down Expand Up @@ -537,4 +538,4 @@ SPEC CHECKSUMS:

PODFILE CHECKSUM: 1d6700a56b42f5d113c60bf174c5b9390544aece

COCOAPODS: 1.11.2
COCOAPODS: 1.11.3
2 changes: 1 addition & 1 deletion intercom-react-native.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,5 @@ Pod::Spec.new do |s|
s.resource_bundles = { 'IntercomFramework' => ['ios/assets/*'] }

s.dependency "React-Core"
s.dependency "Intercom", '~> 11.2.0'
s.dependency "Intercom", '~> 12.0.0'
end
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@intercom/intercom-react-native",
"version": "2.1.0",
"version": "3.0.0",
"description": "React Native wrapper to bridge our iOS and Android SDK",
"main": "lib/commonjs/index",
"module": "lib/module/index",
Expand Down