We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 015ae90 commit 093627aCopy full SHA for 093627a
1 file changed
README.md
@@ -57,14 +57,14 @@ $ react-native link @intercom/intercom-react-native
57
- Add below code to `android/settings.gradle`
58
59
```Gradle
60
-include ':intercomreactnative'
61
-project(':intercomreactnative').projectDir = new File(rootProject.projectDir, '../../android')
+include ':intercom-react-native'
+project(':intercom-react-native').projectDir = new File(rootProject.projectDir, '../node_modules/@intercom/intercom-react-native/android')
62
```
63
64
- Then edit `android/app/build.gradle`, inside `dependencies` at very bottom add
65
66
67
-implementation project(':intercomreactnative')
+implementation project(':intercom-react-native')
68
69
70
#### Android: Setup
0 commit comments