You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+10-1Lines changed: 10 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -150,7 +150,9 @@ React Native wrapper for Intercom.io. Based off of [intercom-cordova](https://gi
150
150
}
151
151
```
152
152
153
-
1. Decide which type of push messaging you want to install, and add choosen method to `android/app/build.gradle`. If "Google Cloud Messaging (GCM)", then:
153
+
1. Decide which type of push messaging you want to install, and add choosen method to `android/app/build.gradle`.
154
+
155
+
If "Google Cloud Messaging (GCM)", then:
154
156
155
157
```gradle
156
158
dependencies {
@@ -171,6 +173,13 @@ React Native wrapper for Intercom.io. Based off of [intercom-cordova](https://gi
0 commit comments