We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 9eda0f2 + 8b45a77 commit 183d588Copy full SHA for 183d588
README.md
@@ -7,7 +7,7 @@
7
> React Native Library for PushBots Push Notifications Service
8
## Getting started
9
10
-`npm install pushbots-react-native --save`
+`npm install pushbots-react-native --save && npm install`
11
12
## Automatic Installation
13
`react-native link pushbots-react-native`
@@ -75,7 +75,7 @@ dependencies {
75
..
76
}
77
```
78
-Open `android/build.gradle`, Add google repo
+Open `android/build.gradle`, Add google repo to **allprojects** in **maven** section
79
```gradle
80
allprojects {
81
repositories {
0 commit comments