From 2995a0ab8ea6214068ba012cb26f6390daa40d2a Mon Sep 17 00:00:00 2001 From: "J. Araujo" <21344963+jay-jlm@users.noreply.github.com> Date: Mon, 28 Feb 2022 06:24:25 -0300 Subject: [PATCH] Update README.md Including instructions on how to deal with conflicting versions of dependencies --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 7e2b30f..f53634d 100644 --- a/README.md +++ b/README.md @@ -17,6 +17,8 @@ It's a part of the [Rainbow.me project](https://rainbow.me/). ## Installation +> ⚠️ Caution: This library relies on outdated versions of `react-native-reanimated` and `react-native-gesture-handler` which may conflict with more recent versions of these libraries that your project may already be using. You can find information [here](https://github.com/rainbow-me/react-native-animated-charts/issues/61) and [here](https://stackoverflow.com/questions/62692656/animated-node-with-id-2-already-exists) on how to deal with this problem. + 1. Install [react-native-reanimated](https://docs.swmansion.com/react-native-reanimated/docs/next/fundamentals/installation) in the newest version. 2. ```bash