From 534e24167ef4bd82292888f852363cfe744279ca Mon Sep 17 00:00:00 2001 From: ersyhsyn <113803749+ersyhsyn@users.noreply.github.com> Date: Mon, 27 Mar 2023 14:13:40 +0300 Subject: [PATCH 1/2] Update drawer-navigator.md Reanimated 3.x release but not work ona drawer. if you can do this npm install react-native-gesture-handler react-native-reanimated re-animated install 3.x version. because you can add @2.14.4 to this npm. --- versioned_docs/version-6.x/drawer-navigator.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/versioned_docs/version-6.x/drawer-navigator.md b/versioned_docs/version-6.x/drawer-navigator.md index b40cdb5ebe7..9d4595bd4ac 100644 --- a/versioned_docs/version-6.x/drawer-navigator.md +++ b/versioned_docs/version-6.x/drawer-navigator.md @@ -35,7 +35,7 @@ Then, you need to install and configure the libraries that are required by the d If you have a bare React Native project, in your project directory, run: ```bash npm2yarn - npm install react-native-gesture-handler react-native-reanimated + npm install react-native-gesture-handler react-native-reanimated@2.14.4 ``` The Drawer Navigator supports both Reanimated 1 and Reanimated 2. If you want to use Reanimated 2, make sure to configure it following the [installation guide](https://docs.swmansion.com/react-native-reanimated/docs/fundamentals/installation). From fd3b6f0c15b965b63af523a27ee4c64c75420f9b Mon Sep 17 00:00:00 2001 From: Satyajit Sahoo Date: Fri, 9 Jan 2026 19:00:44 +0100 Subject: [PATCH 2/2] Apply suggestion from @satya164 --- versioned_docs/version-6.x/drawer-navigator.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/versioned_docs/version-6.x/drawer-navigator.md b/versioned_docs/version-6.x/drawer-navigator.md index 9d4595bd4ac..8b68e5af107 100644 --- a/versioned_docs/version-6.x/drawer-navigator.md +++ b/versioned_docs/version-6.x/drawer-navigator.md @@ -35,7 +35,7 @@ Then, you need to install and configure the libraries that are required by the d If you have a bare React Native project, in your project directory, run: ```bash npm2yarn - npm install react-native-gesture-handler react-native-reanimated@2.14.4 + npm install react-native-gesture-handler react-native-reanimated@^2 ``` The Drawer Navigator supports both Reanimated 1 and Reanimated 2. If you want to use Reanimated 2, make sure to configure it following the [installation guide](https://docs.swmansion.com/react-native-reanimated/docs/fundamentals/installation).