From fa05540622187d48de9726162968502b1d48c7d3 Mon Sep 17 00:00:00 2001 From: Ivanka Todorova Date: Thu, 12 Oct 2023 20:37:09 +0300 Subject: [PATCH] chore: update README with correct links & versions for deps --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 74d7b07..e67be56 100644 --- a/README.md +++ b/README.md @@ -32,8 +32,8 @@ This library uses `react-native-reanimated` v3 and the latest API of `react-nati Before installing it, you need to install those two libraries and set them up in your project: -- `react-native-reanimated`: [installation & setup](https://docs.swmansion.com/react-native-gesture-handler/docs/fundamentals/installation) -- `react-native-gesture-handler`: [installation & setup](https://docs.swmansion.com/react-native-gesture-handler/docs/#installation) +- `react-native-reanimated@3.3.0`: [installation & setup](https://docs.swmansion.com/react-native-reanimated/) +- `react-native-gesture-handler@2.13.2`: [installation & setup](https://docs.swmansion.com/react-native-gesture-handler/docs/#installation) ## ⚙️ Installation