From 74aa739834266e9c9a93b802ec61cb151815ff21 Mon Sep 17 00:00:00 2001 From: Satyajit Sahoo Date: Mon, 6 Nov 2023 23:40:06 +0100 Subject: [PATCH] Update versioned_docs/version-6.x/drawer-layout.md --- versioned_docs/version-6.x/drawer-layout.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/versioned_docs/version-6.x/drawer-layout.md b/versioned_docs/version-6.x/drawer-layout.md index c10e47a8dab..2a19486ce77 100644 --- a/versioned_docs/version-6.x/drawer-layout.md +++ b/versioned_docs/version-6.x/drawer-layout.md @@ -38,7 +38,7 @@ Then, you need to install and configure the libraries that are required by the d npm install react-native-gesture-handler react-native-reanimated ``` - The Drawer supports both Reanimated 1 and the latest version. If you want to use the latest version, make sure to configure it following the [installation guide](https://docs.swmansion.com/react-native-reanimated/docs/fundamentals/getting-started). + The Drawer supports both Reanimated 1 and the latest version of Reanimated. If you want to use the latest version of Reanimated, make sure to configure it following the [installation guide](https://docs.swmansion.com/react-native-reanimated/docs/fundamentals/getting-started). 2. To finalize installation of `react-native-gesture-handler`, add the following at the **top** (make sure it's at the top and there's nothing else before it) of your entry file, such as `index.js` or `App.js`: