Skip to content

Commit 715be9e

Browse files
authored
Hardcode reanimated version for drawer in v6 (#1224)
1 parent 8816b09 commit 715be9e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

versioned_docs/version-6.x/drawer-navigator.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ Then, you need to install and configure the libraries that are required by the d
3333
If you have a bare React Native project, in your project directory, run:
3434

3535
```bash npm2yarn
36-
npm install react-native-gesture-handler react-native-reanimated
36+
npm install react-native-gesture-handler react-native-reanimated@^2
3737
```
3838

3939
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).

0 commit comments

Comments
 (0)