Skip to content

Commit

Permalink
Update versioned_docs/version-6.x/drawer-layout.md
Browse files Browse the repository at this point in the history
  • Loading branch information
satya164 authored Nov 6, 2023
1 parent 6dc67f3 commit 74aa739
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion versioned_docs/version-6.x/drawer-layout.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`:

Expand Down

0 comments on commit 74aa739

Please sign in to comment.