From bcf1c26db60d1b9be30a8016b19cb65b0173770b Mon Sep 17 00:00:00 2001 From: Saumya Bhatnagar Date: Sun, 25 Jun 2017 20:42:42 +0530 Subject: [PATCH] Add details about installation on android. --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 4ee3235..996553b 100644 --- a/README.md +++ b/README.md @@ -12,6 +12,8 @@ npm install @remobile/react-native-toast --save * Look for Header Search Paths and make sure it contains both $(SRCROOT)/../../../react-native/React as recursive. ### Installation (Android) +* In `android/settings.gradle` + ```gradle ... include ':react-native-toast'