Skip to content

Commit 183d588

Browse files
committed
Merge branch 'master' of github.com:pushbots/pushbots-react-native
2 parents 9eda0f2 + 8b45a77 commit 183d588

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
> React Native Library for PushBots Push Notifications Service
88
## Getting started
99

10-
`npm install pushbots-react-native --save`
10+
`npm install pushbots-react-native --save && npm install`
1111

1212
## Automatic Installation
1313
`react-native link pushbots-react-native`
@@ -75,7 +75,7 @@ dependencies {
7575
..
7676
}
7777
```
78-
Open `android/build.gradle`, Add google repo
78+
Open `android/build.gradle`, Add google repo to **allprojects** in **maven** section
7979
```gradle
8080
allprojects {
8181
repositories {

0 commit comments

Comments
 (0)