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.
1 parent c06f6d5 commit 8b45a77Copy full SHA for 8b45a77
README.md
@@ -7,8 +7,7 @@
7
> React Native Library for PushBots Push Notifications Service
8
## Getting started
9
10
-`npm install pushbots-react-native --save`
11
-`npm install`
+`npm install pushbots-react-native --save && npm install`
12
13
## Automatic Installation
14
`react-native link pushbots-react-native`
@@ -76,7 +75,7 @@ dependencies {
76
75
..
77
}
78
```
79
-Open `android/build.gradle`, Add google repo to **allprojects**
+Open `android/build.gradle`, Add google repo to **allprojects** in **maven** section
80
```gradle
81
allprojects {
82
repositories {
0 commit comments