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
10 changes: 5 additions & 5 deletions examples/example/ios/Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@ PODS:
- FBLazyVector (0.74.0)
- fmt (9.1.0)
- glog (0.3.5)
- Intercom (19.4.0)
- intercom-react-native (9.4.0):
- Intercom (19.4.1)
- intercom-react-native (9.4.1):
- DoubleConversion
- glog
- Intercom (~> 19.4.0)
- Intercom (~> 19.4.1)
- RCT-Folly (= 2024.01.01.00)
- RCTRequired
- RCTTypeSafety
Expand Down Expand Up @@ -1332,8 +1332,8 @@ SPEC CHECKSUMS:
FBLazyVector: 026c8f4ae67b06e088ae01baa2271ef8a26c0e8c
fmt: 4c2741a687cc09f0634a2e2c72a838b99f1ff120
glog: c5d68082e772fa1c511173d6b30a9de2c05a69a2
Intercom: 6a83fd3c5258be32e30c42a8181155e55d3143d6
intercom-react-native: 2c04d315daab15a9a866cc58d9aaafee59a0eeab
Intercom: aca703f001cf9470b1f13b72cb8cc969a09bafca
intercom-react-native: c7e8bb3348f43cb81975d6b38124e33e574d97fc
RCT-Folly: 045d6ecaa59d826c5736dfba0b2f4083ff8d79df
RCTDeprecation: 3ca8b6c36bfb302e1895b72cfe7db0de0c92cd47
RCTRequired: 9fc183af555fd0c89a366c34c1ae70b7e03b1dc5
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.4.0)
- intercom-react-native (9.4.0):
- Intercom (19.4.1)
- intercom-react-native (9.4.1):
- boost
- DoubleConversion
- fast_float
- fmt
- glog
- hermes-engine
- Intercom (~> 19.4.0)
- Intercom (~> 19.4.1)
- RCT-Folly
- RCT-Folly/Fabric
- RCTRequired
Expand Down Expand Up @@ -2773,8 +2773,8 @@ SPEC CHECKSUMS:
fmt: a40bb5bd0294ea969aaaba240a927bd33d878cdd
glog: 5683914934d5b6e4240e497e0f4a3b42d1854183
hermes-engine: 4f8246b1f6d79f625e0d99472d1f3a71da4d28ca
Intercom: 6a83fd3c5258be32e30c42a8181155e55d3143d6
intercom-react-native: 1a6730f62253cf0094efedf97c97ce4d4dfbd6bf
Intercom: aca703f001cf9470b1f13b72cb8cc969a09bafca
intercom-react-native: 7639dbac3bf468446435924c01a32ccba0d7c9b3
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.4.0'
s.dependency "Intercom", '~> 19.4.1'

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": "9.4.0",
"version": "9.4.1",
"description": "React Native wrapper to bridge our iOS and Android SDK",
"source": "./src/index.tsx",
"main": "./lib/commonjs/index.js",
Expand Down