Skip to content

Commit 667fa29

Browse files
committed
Add react-native-worklets to reanimated installation docs
1 parent 9d71cbf commit 667fa29

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

versioned_docs/version-7.x/drawer-layout.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,13 +27,13 @@ Then, you need to install and configure the libraries that are required by the d
2727
If you have a Expo managed project, in your project directory, run:
2828

2929
```bash
30-
npx expo install react-native-gesture-handler react-native-reanimated
30+
npx expo install react-native-gesture-handler react-native-reanimated react-native-worklets
3131
```
3232

3333
If you have a bare React Native project, in your project directory, run:
3434

3535
```bash npm2yarn
36-
npm install react-native-gesture-handler react-native-reanimated
36+
npm install react-native-gesture-handler react-native-reanimated react-native-worklets
3737
```
3838

3939
2. Configure the Reanimated Babel Plugin in your project following the [installation guide](https://docs.swmansion.com/react-native-reanimated/docs/fundamentals/getting-started).

versioned_docs/version-7.x/drawer-navigator.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,13 +27,13 @@ Then, you need to install and configure the libraries that are required by the d
2727
If you have a Expo managed project, in your project directory, run:
2828

2929
```bash
30-
npx expo install react-native-gesture-handler react-native-reanimated
30+
npx expo install react-native-gesture-handler react-native-reanimated react-native-worklets
3131
```
3232

3333
If you have a bare React Native project, in your project directory, run:
3434

3535
```bash npm2yarn
36-
npm install react-native-gesture-handler react-native-reanimated
36+
npm install react-native-gesture-handler react-native-reanimated react-native-worklets
3737
```
3838

3939
2. Configure the Reanimated Babel Plugin in your project following the [installation guide](https://docs.swmansion.com/react-native-reanimated/docs/fundamentals/getting-started).

0 commit comments

Comments
 (0)