Skip to content

Commit 759850a

Browse files
committed
Add note about Reanimated 2
1 parent 27f9be3 commit 759850a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,8 @@ import 'react-native-gesture-handler';
4040

4141
> Note: If you are building for Android or iOS, do not skip this step, or your app may crash in production even if it works fine in development. This is not applicable to other platforms.
4242
43+
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/installation).
44+
4345
## API Definition
4446

4547
To use this drawer navigator, import it from `@react-navigation/drawer`:

0 commit comments

Comments
 (0)