From fe92666befb48c2a5aa723cf52950fc1a8fc407b Mon Sep 17 00:00:00 2001 From: Pranav Raj Singh Chauhan Date: Wed, 30 May 2018 16:20:08 +0530 Subject: [PATCH] updating README --- README.md | 27 ++++++++++++++++++++++++++- 1 file changed, 26 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index faaac30..4bb4373 100644 --- a/README.md +++ b/README.md @@ -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`