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
6 changes: 3 additions & 3 deletions examples/example/ios/Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,14 @@ PODS:
- hermes-engine/Pre-built (= 0.81.1)
- hermes-engine/Pre-built (0.81.1)
- Intercom (19.5.6)
- intercom-react-native (9.8.0):
- intercom-react-native (10.0.1):
- boost
- DoubleConversion
- fast_float
- fmt
- glog
- hermes-engine
- Intercom (~> 19.5.4)
- Intercom (~> 19.5.6)
- RCT-Folly
- RCT-Folly/Fabric
- RCTRequired
Expand Down Expand Up @@ -2561,7 +2561,7 @@ SPEC CHECKSUMS:
glog: 5683914934d5b6e4240e497e0f4a3b42d1854183
hermes-engine: 4f8246b1f6d79f625e0d99472d1f3a71da4d28ca
Intercom: 92ef05062809d286270a541f716cb1ad72e0031a
intercom-react-native: d544e80cc8196fe4a4947fa07b3108753aa0b3cc
intercom-react-native: 74b662bde1e30ccc940236e98e85223cde3dcb7d
RCT-Folly: 846fda9475e61ec7bcbf8a3fe81edfcaeb090669
RCTDeprecation: c4b9e2fd0ab200e3af72b013ed6113187c607077
RCTRequired: e97dd5dafc1db8094e63bc5031e0371f092ae92a
Expand Down
10 changes: 5 additions & 5 deletions examples/with-notifications/ios/Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -8,15 +8,15 @@ PODS:
- hermes-engine (0.81.1):
- hermes-engine/Pre-built (= 0.81.1)
- hermes-engine/Pre-built (0.81.1)
- Intercom (19.5.4)
- intercom-react-native (9.8.0):
- Intercom (19.5.6)
- intercom-react-native (10.0.1):
- boost
- DoubleConversion
- fast_float
- fmt
- glog
- hermes-engine
- Intercom (~> 19.5.4)
- Intercom (~> 19.5.6)
- RCT-Folly
- RCT-Folly/Fabric
- RCTRequired
Expand Down Expand Up @@ -2773,8 +2773,8 @@ SPEC CHECKSUMS:
fmt: a40bb5bd0294ea969aaaba240a927bd33d878cdd
glog: 5683914934d5b6e4240e497e0f4a3b42d1854183
hermes-engine: 4f8246b1f6d79f625e0d99472d1f3a71da4d28ca
Intercom: 2cbc7c4758bb0bc09bc8ada907f3a4a73d59d62b
intercom-react-native: f0d047f6235c5047c87048901e32b2cb54e8e5e5
Intercom: 92ef05062809d286270a541f716cb1ad72e0031a
intercom-react-native: bc15a06037d7a1e4f98795b6a1839fae05f3430a
MMKV: 7b5df6a8bf785c6705cc490c541b9d8a957c4a64
MMKVCore: 3f40b896e9ab522452df9df3ce983471aa2449ba
RCT-Folly: 59ec0ac1f2f39672a0c6e6cecdd39383b764646f
Expand Down
2 changes: 1 addition & 1 deletion intercom-react-native.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ Pod::Spec.new do |s|

s.pod_target_xcconfig = { "DEFINES_MODULE" => "YES" }

s.dependency "Intercom", '~> 19.5.4'
s.dependency "Intercom", '~> 19.5.6'

is_new_arch_enabled = ENV["RCT_NEW_ARCH_ENABLED"] == "1"
folly_compiler_flags = '-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32'
Expand Down
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": "10.0.0",
"version": "10.0.1",
"description": "React Native wrapper to bridge our iOS and Android SDK",
"source": "./src/index.tsx",
"main": "./lib/commonjs/index.js",
Expand Down