diff --git a/en/react-native-reanimated.md b/en/react-native-reanimated.md index 4a1aa8025eba177356862148b954550cb4f0fa4b..c3fecd8df56abc13dbf4dc514e4b6ccba52efda7 100644 --- a/en/react-native-reanimated.md +++ b/en/react-native-reanimated.md @@ -27,12 +27,14 @@ Go to the project directory and execute the following instruction: #### **npm** ```bash +npm install react-native-reanimated@3.6.0 npm install @react-native-oh-tpl/react-native-reanimated ``` #### **yarn** ```bash +yarn add react-native-reanimated@3.6.0 yarn add @react-native-oh-tpl/react-native-reanimated ``` diff --git a/zh-cn/react-native-reanimated.md b/zh-cn/react-native-reanimated.md index ea63c2208aebe90309d602a9ba49d7ffa9db46d8..8386fe6ec6a0877c08822a46acd1e430cd7a2fa1 100644 --- a/zh-cn/react-native-reanimated.md +++ b/zh-cn/react-native-reanimated.md @@ -25,12 +25,14 @@ #### **npm** ```bash +npm install react-native-reanimated@3.6.0 npm install @react-native-oh-tpl/react-native-reanimated ``` #### **yarn** ```bash +yarn add react-native-reanimated@3.6.0 yarn add @react-native-oh-tpl/react-native-reanimated ```