Skip to content

Commit

Permalink
Update README.md (#162)
Browse files Browse the repository at this point in the history
fix expo plugin import path

Co-authored-by: Mike McNamara <[email protected]>
  • Loading branch information
2 people authored and uddish committed Mar 13, 2024
1 parent 685ffcf commit dab74ac
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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"]
}
}
```
Expand All @@ -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",
Expand Down

0 comments on commit dab74ac

Please sign in to comment.