diff --git a/README.md b/README.md index 218d2f3210e6..3454a244e3c2 100644 --- a/README.md +++ b/README.md @@ -43,12 +43,12 @@ Throughout this document when we refer to classes or methods prefixed with `Anim I. First install the library from npm repository using `yarn`: ```bash - yarn add react-native-gesture-handler + yarn add react-native-reanimated ``` II. Link native code with `react-native` cli: ```bash - react-native link react-native-gesture-handler + react-native link react-native-reanimated ``` III. When you want to use "reanimated" in your project import it from `react-native-reanimated` package: