From 1d9aa87689652fea2104cacd53b53b4cb655b10f Mon Sep 17 00:00:00 2001 From: Kamil Date: Tue, 8 Oct 2024 19:28:28 +0200 Subject: [PATCH] docs: update reanimated installation links Co-authored-by: Lonka Pardhu --- README.md | 2 +- docs/docs/intro/intro.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index b7b596ba..f53a9113 100644 --- a/README.md +++ b/README.md @@ -69,7 +69,7 @@ yarn add react-native-reanimated react-native-gesture-handler ``` **react-native-reanimated** requires additional installations -steps: [guide here](https://docs.swmansion.com/react-native-reanimated/docs/fundamentals/installation) 👈 +steps: [guide here](https://docs.swmansion.com/react-native-reanimated/docs/fundamentals/getting-started/#installation) 👈 **react-native-gesture-handler** requires additional installations steps: [guide here](https://docs.swmansion.com/react-native-gesture-handler/docs/) 👈 diff --git a/docs/docs/intro/intro.md b/docs/docs/intro/intro.md index a1c82d1e..decf8ed7 100644 --- a/docs/docs/intro/intro.md +++ b/docs/docs/intro/intro.md @@ -32,7 +32,7 @@ yarn add react-native-reanimated react-native-gesture-handler ``` :::info -**react-native-reanimated** requires additional installation steps: [guide here](https://docs.swmansion.com/react-native-reanimated/docs/fundamentals/installation) 👈 +**react-native-reanimated** requires additional installation steps: [guide here](https://docs.swmansion.com/react-native-reanimated/docs/fundamentals/getting-started/#installation) 👈 ::: :::info