Skip to content

Commit fd28fbc

Browse files
Merge branch 'main' into rosie/android-expo-push-kotlin-generation
2 parents a7a8403 + c0acede commit fd28fbc

9 files changed

Lines changed: 31 additions & 23 deletions

File tree

android/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,6 @@ dependencies {
8484
//noinspection GradleDynamicVersion
8585
implementation "com.facebook.react:react-native:+" // From node_modules
8686
implementation "com.google.firebase:firebase-messaging:24.1.2"
87-
implementation 'io.intercom.android:intercom-sdk:17.4.5'
88-
implementation 'io.intercom.android:intercom-sdk-ui:17.4.5'
87+
implementation 'io.intercom.android:intercom-sdk:17.4.6'
88+
implementation 'io.intercom.android:intercom-sdk-ui:17.4.6'
8989
}

examples/example/ios/Podfile.lock

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,11 @@ PODS:
44
- FBLazyVector (0.74.0)
55
- fmt (9.1.0)
66
- glog (0.3.5)
7-
- Intercom (19.5.2)
8-
- intercom-react-native (9.6.2):
7+
- Intercom (19.5.3)
8+
- intercom-react-native (9.6.4):
99
- DoubleConversion
1010
- glog
11-
- Intercom (~> 19.5.2)
11+
- Intercom (~> 19.5.3)
1212
- RCT-Folly (= 2024.01.01.00)
1313
- RCTRequired
1414
- RCTTypeSafety
@@ -1332,8 +1332,8 @@ SPEC CHECKSUMS:
13321332
FBLazyVector: 026c8f4ae67b06e088ae01baa2271ef8a26c0e8c
13331333
fmt: 4c2741a687cc09f0634a2e2c72a838b99f1ff120
13341334
glog: c5d68082e772fa1c511173d6b30a9de2c05a69a2
1335-
Intercom: 67b84e19b6db623c48fb10c1f30d82deac4cbc4d
1336-
intercom-react-native: d67de7981f4bbb165329d6ba64da607b9092f241
1335+
Intercom: 46e995a707671f473928d57f7c79609a88984cf7
1336+
intercom-react-native: 7586ad0f8aa26a25689682e907a0ff49c142bb21
13371337
RCT-Folly: 045d6ecaa59d826c5736dfba0b2f4083ff8d79df
13381338
RCTDeprecation: 3ca8b6c36bfb302e1895b72cfe7db0de0c92cd47
13391339
RCTRequired: 9fc183af555fd0c89a366c34c1ae70b7e03b1dc5
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,15 @@
1+
const path = require('path');
12
const { getDefaultConfig } = require('expo/metro-config');
23
const { withNativeWind } = require('nativewind/metro');
34

5+
const libraryRoot = path.resolve(__dirname, '..', '..');
6+
47
const config = getDefaultConfig(__dirname);
58
config.resolver.unstable_enableSymlinks = true;
9+
config.watchFolders = [libraryRoot];
10+
config.resolver.nodeModulesPaths = [path.resolve(__dirname, 'node_modules')];
11+
config.resolver.blockList = [
12+
new RegExp(path.resolve(libraryRoot, 'node_modules') + '/.*'),
13+
];
614

715
module.exports = withNativeWind(config, { input: './global.css' });

examples/expo-example/pnpm-lock.yaml

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

examples/with-notifications/ios/Podfile.lock

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,15 +8,15 @@ PODS:
88
- hermes-engine (0.81.1):
99
- hermes-engine/Pre-built (= 0.81.1)
1010
- hermes-engine/Pre-built (0.81.1)
11-
- Intercom (19.5.2)
12-
- intercom-react-native (9.6.2):
11+
- Intercom (19.5.3)
12+
- intercom-react-native (9.6.4):
1313
- boost
1414
- DoubleConversion
1515
- fast_float
1616
- fmt
1717
- glog
1818
- hermes-engine
19-
- Intercom (~> 19.5.2)
19+
- Intercom (~> 19.5.3)
2020
- RCT-Folly
2121
- RCT-Folly/Fabric
2222
- RCTRequired
@@ -2773,8 +2773,8 @@ SPEC CHECKSUMS:
27732773
fmt: a40bb5bd0294ea969aaaba240a927bd33d878cdd
27742774
glog: 5683914934d5b6e4240e497e0f4a3b42d1854183
27752775
hermes-engine: 4f8246b1f6d79f625e0d99472d1f3a71da4d28ca
2776-
Intercom: 67b84e19b6db623c48fb10c1f30d82deac4cbc4d
2777-
intercom-react-native: a8610843ee924de520b5d7cf58ba8e7e477a2bef
2776+
Intercom: 46e995a707671f473928d57f7c79609a88984cf7
2777+
intercom-react-native: f272f8730e1d603cef69454b495158ad6c6516ea
27782778
MMKV: 7b5df6a8bf785c6705cc490c541b9d8a957c4a64
27792779
MMKVCore: 3f40b896e9ab522452df9df3ce983471aa2449ba
27802780
RCT-Folly: 59ec0ac1f2f39672a0c6e6cecdd39383b764646f

intercom-react-native.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ Pod::Spec.new do |s|
1919

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

22-
s.dependency "Intercom", '~> 19.5.2'
22+
s.dependency "Intercom", '~> 19.5.3'
2323

2424
is_new_arch_enabled = ENV["RCT_NEW_ARCH_ENABLED"] == "1"
2525
folly_compiler_flags = '-DFOLLY_NO_CONFIG -DFOLLY_MOBILE=1 -DFOLLY_USE_LIBCPP=1 -Wno-comma -Wno-shorten-64-to-32'

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@intercom/intercom-react-native",
3-
"version": "9.6.3",
3+
"version": "9.6.4",
44
"description": "React Native wrapper to bridge our iOS and Android SDK",
55
"source": "./src/index.tsx",
66
"main": "./lib/commonjs/index.js",

src/expo-plugins/withPushNotifications.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ export const withIntercomPushNotification: ConfigPlugin<IntercomPluginProps> = (
5959
props
6060
) => {
6161
let newConfig = config;
62-
newConfig = appDelegate(config, props);
63-
newConfig = infoPlist(config, props);
62+
newConfig = appDelegate(newConfig, props);
63+
newConfig = infoPlist(newConfig, props);
6464
return newConfig;
6565
};

yarn.lock

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14360,15 +14360,15 @@ __metadata:
1436014360
linkType: hard
1436114361

1436214362
"tar@npm:^7.4.3":
14363-
version: 7.5.9
14364-
resolution: "tar@npm:7.5.9"
14363+
version: 7.5.11
14364+
resolution: "tar@npm:7.5.11"
1436514365
dependencies:
1436614366
"@isaacs/fs-minipass": ^4.0.0
1436714367
chownr: ^3.0.0
1436814368
minipass: ^7.1.2
1436914369
minizlib: ^3.1.0
1437014370
yallist: ^5.0.0
14371-
checksum: 26fbbdf536895814167d03e4883f80febb6520729169c54d0f29ee8a163557283862752493f0e5b60800a6f3608aac3250c41fac8e20a4f056ba4fa63f3dbad7
14371+
checksum: 7f6785a85dd571b88985e493ec86f692962cbfa7b4017961fddfd2241e0ff3bcd89ed347f4c02b5433aa22b30cca5566e8711543df054fda8fd12425f505378f
1437214372
languageName: node
1437314373
linkType: hard
1437414374

0 commit comments

Comments
 (0)