Skip to content

Commit 25c0d72

Browse files
authored
Fix react-native-gesture-handler dep
1 parent 276bbc8 commit 25c0d72

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/pages/installation.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,11 @@
33
Install the ActionSheet with `yarn` or `npm`. You will also need to install `react-native-gesture-handlers` if you haven't already.
44

55
```fish
6-
npm install react-native-actions-sheet react-native-gesture-handlers --save
6+
npm install react-native-actions-sheet react-native-gesture-handler --save
77
```
88

99
or
1010

1111
```fish
12-
yarn add react-native-actions-sheet react-native-gesture-handlers
12+
yarn add react-native-actions-sheet react-native-gesture-handler
1313
```

0 commit comments

Comments
 (0)