From c34ad06b7fc7495bf0020dad5ea723914321b664 Mon Sep 17 00:00:00 2001 From: Otto Bretz Date: Fri, 23 Feb 2024 17:03:43 +0100 Subject: [PATCH] Update README.md fix expo plugin import path --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 831f696d..b28238f9 100644 --- a/README.md +++ b/README.md @@ -436,7 +436,7 @@ After installing this npm package, add the [config plugin](https://docs.expo.io/ ```json { "expo": { - "plugins": ["@config-plugins/intercom-react-native"] + "plugins": ["@intercom/intercom-react-native"] } } ``` @@ -453,7 +453,7 @@ The plugin provides props for extra customization. Every time you change the pro "expo": { "plugins": [ [ - "@config-plugins/intercom-react-native", + "@intercom/intercom-react-native", { "appId": "abc123", "androidApiKey": "android_sdk-abc123",