Skip to content

Commit fd3b6f0

Browse files
authored
Apply suggestion from @satya164
1 parent 534e241 commit fd3b6f0

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
@@ -35,7 +35,7 @@ Then, you need to install and configure the libraries that are required by the d
3535
If you have a bare React Native project, in your project directory, run:
3636

3737
```bash npm2yarn
38-
npm install react-native-gesture-handler react-native-reanimated@2.14.4
38+
npm install react-native-gesture-handler react-native-reanimated@^2
3939
```
4040

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

0 commit comments

Comments
 (0)