From fc923b3b88ecaab39d8a9cd83b6380ab95303e44 Mon Sep 17 00:00:00 2001 From: Lance Harper Date: Thu, 17 May 2018 09:14:55 -0700 Subject: [PATCH] Update README.md install `react-native-reanimated` rather than `react-native-gesture-handler` --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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: