Skip to content

Commit 534e241

Browse files
authored
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.
1 parent 6f2206e commit 534e241

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
38+
npm install react-native-gesture-handler react-native-reanimated@2.14.4
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)