We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 276bbc8 + 25c0d72 commit 1036f93Copy full SHA for 1036f93
docs/pages/installation.mdx
@@ -3,11 +3,11 @@
3
Install the ActionSheet with `yarn` or `npm`. You will also need to install `react-native-gesture-handlers` if you haven't already.
4
5
```fish
6
-npm install react-native-actions-sheet react-native-gesture-handlers --save
+npm install react-native-actions-sheet react-native-gesture-handler --save
7
```
8
9
or
10
11
12
-yarn add react-native-actions-sheet react-native-gesture-handlers
+yarn add react-native-actions-sheet react-native-gesture-handler
13
0 commit comments