From 40870decb0a5f67f9b9c4ed4e8a161542ba7916b Mon Sep 17 00:00:00 2001 From: Gant Laborde Date: Wed, 12 Aug 2020 20:57:02 -0500 Subject: [PATCH] fix strange Tab --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a0bd2d4..fa3bf00 100644 --- a/README.md +++ b/README.md @@ -96,7 +96,7 @@ or 2. Append the following lines to `android/settings.gradle`: ``` include ':react-native-exception-handler' - project(':react-native-exception-handler').projectDir = new File(rootProject.projectDir, '../node_modules/react-native-exception-handler/android') + project(':react-native-exception-handler').projectDir = new File(rootProject.projectDir, '../node_modules/react-native-exception-handler/android') ``` 3. Insert the following lines inside the dependencies block in `android/app/build.gradle`: ```