Skip to content

Commit 1036f93

Browse files
authored
Merge pull request #338 from DanielRiera/patch-1
Fix react-native-gesture-handler deps
2 parents 276bbc8 + 25c0d72 commit 1036f93

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)