From 84d06072c6e62a68ef36127e4478a09ca102d8c0 Mon Sep 17 00:00:00 2001 From: Petter Samuelsen Date: Mon, 3 Sep 2018 16:25:01 +0200 Subject: [PATCH] Manual setup instructions in settings.gradle --- .../_documentation/clients/react-native/manual-setup.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/src/collections/_documentation/clients/react-native/manual-setup.md b/src/collections/_documentation/clients/react-native/manual-setup.md index 0166e9735f100..8ed7e9ae20621 100644 --- a/src/collections/_documentation/clients/react-native/manual-setup.md +++ b/src/collections/_documentation/clients/react-native/manual-setup.md @@ -130,3 +130,10 @@ public class MainApplication extends Application implements ReactApplication { } ``` + + +Add the following to your `settings.gradle` file: +```java +include ':react-native-sentry' +project(':react-native-sentry').projectDir = new File(rootProject.projectDir, '../node_modules/react-native-sentry/android') +```