From 52160b551b05252e40a44fd86422ed6530126795 Mon Sep 17 00:00:00 2001 From: Christoph Weinzierl Date: Fri, 15 Oct 2021 12:46:39 +0200 Subject: [PATCH] fix: broken link to react reanimated install guide --- versioned_docs/version-6.x/drawer-navigator.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/versioned_docs/version-6.x/drawer-navigator.md b/versioned_docs/version-6.x/drawer-navigator.md index 6f780460ef3..b8f140985f1 100755 --- a/versioned_docs/version-6.x/drawer-navigator.md +++ b/versioned_docs/version-6.x/drawer-navigator.md @@ -42,7 +42,7 @@ import 'react-native-gesture-handler'; > 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. -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). +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). ## API Definition