Skip to content

Commit 093627a

Browse files
author
piotr pietruszewski
committed
docs: fixed android manual linking guide, module name and path
1 parent 015ae90 commit 093627a

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -57,14 +57,14 @@ $ react-native link @intercom/intercom-react-native
5757
- Add below code to `android/settings.gradle`
5858

5959
```Gradle
60-
include ':intercomreactnative'
61-
project(':intercomreactnative').projectDir = new File(rootProject.projectDir, '../../android')
60+
include ':intercom-react-native'
61+
project(':intercom-react-native').projectDir = new File(rootProject.projectDir, '../node_modules/@intercom/intercom-react-native/android')
6262
```
6363

6464
- Then edit `android/app/build.gradle`, inside `dependencies` at very bottom add
6565

6666
```Gradle
67-
implementation project(':intercomreactnative')
67+
implementation project(':intercom-react-native')
6868
```
6969

7070
#### Android: Setup

0 commit comments

Comments
 (0)