Skip to content

Commit 3a90ec6

Browse files
authored
Merge branch 'main' into update-intercom-sdks-20260306-091035
2 parents b34feec + dc89f30 commit 3a90ec6

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

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
};

0 commit comments

Comments
 (0)