We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents b34feec + dc89f30 commit 3a90ec6Copy full SHA for 3a90ec6
1 file changed
src/expo-plugins/withPushNotifications.ts
@@ -59,7 +59,7 @@ export const withIntercomPushNotification: ConfigPlugin<IntercomPluginProps> = (
59
props
60
) => {
61
let newConfig = config;
62
- newConfig = appDelegate(config, props);
63
- newConfig = infoPlist(config, props);
+ newConfig = appDelegate(newConfig, props);
+ newConfig = infoPlist(newConfig, props);
64
return newConfig;
65
};
0 commit comments