Skip to content

Commit edceb69

Browse files
ottobMikeMcNamara
andauthored
Update README.md (#162)
fix expo plugin import path Co-authored-by: Mike McNamara <[email protected]>
1 parent a8d20aa commit edceb69

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -436,7 +436,7 @@ After installing this npm package, add the [config plugin](https://docs.expo.io/
436436
```json
437437
{
438438
"expo": {
439-
"plugins": ["@config-plugins/intercom-react-native"]
439+
"plugins": ["@intercom/intercom-react-native"]
440440
}
441441
}
442442
```
@@ -453,7 +453,7 @@ The plugin provides props for extra customization. Every time you change the pro
453453
"expo": {
454454
"plugins": [
455455
[
456-
"@config-plugins/intercom-react-native",
456+
"@intercom/intercom-react-native",
457457
{
458458
"appId": "abc123",
459459
"androidApiKey": "android_sdk-abc123",

0 commit comments

Comments
 (0)