Skip to content

Commit

Permalink
updating README
Browse files Browse the repository at this point in the history
  • Loading branch information
prscms committed May 30, 2018
1 parent e678c2d commit fe92666
Showing 1 changed file with 26 additions and 1 deletion.
27 changes: 26 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,32 @@ Before we dive into on how to use this library. We would like to thank all the c
`$ react-native link react-native-tooltips`


- **MAC**
- **Android**

Please add below snippet into your app `build.gradle`

```
buildscript {
repositories {
jcenter()
google()
...
}
...
}
allprojects {
repositories {
maven { url 'https://jitpack.io' }
google()
...
}
}
```

- **iOS**

`$ cd ./node_modules/react-native-tooltips/ios && pod install`

Expand Down

0 comments on commit fe92666

Please sign in to comment.