From ba976afabdbebd30cb9dd366788937f2e437d5f2 Mon Sep 17 00:00:00 2001 From: Jakub Gonet Date: Mon, 29 Mar 2021 17:04:35 +0200 Subject: [PATCH] Add warning about debugging in docs --- docs/docs/installation.md | 2 ++ docs/versioned_docs/version-2.0.0/installation.md | 2 ++ 2 files changed, 4 insertions(+) diff --git a/docs/docs/installation.md b/docs/docs/installation.md index 40586366e76..43ad083a467 100644 --- a/docs/docs/installation.md +++ b/docs/docs/installation.md @@ -27,6 +27,8 @@ Continue with the instruction below if you'd like to install Reanimated v2 on an ## Installing the package +> **Warning**: Please note that Reanimated 2 doesn't support remote debugging, only Flipper can be used for debugging. + First step is to install `react-native-reanimated` alpha as a dependency in your project: ```bash diff --git a/docs/versioned_docs/version-2.0.0/installation.md b/docs/versioned_docs/version-2.0.0/installation.md index 40586366e76..43ad083a467 100644 --- a/docs/versioned_docs/version-2.0.0/installation.md +++ b/docs/versioned_docs/version-2.0.0/installation.md @@ -27,6 +27,8 @@ Continue with the instruction below if you'd like to install Reanimated v2 on an ## Installing the package +> **Warning**: Please note that Reanimated 2 doesn't support remote debugging, only Flipper can be used for debugging. + First step is to install `react-native-reanimated` alpha as a dependency in your project: ```bash