Skip to content

Commit cc7b8f3

Browse files
committed
update installation steps
1 parent 6d6de0b commit cc7b8f3

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/pages/installation.mdx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
# Installation
22

3-
Install the ActionSheet with `yarn` or `npm`.
3+
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 --save
6+
npm install react-native-actions-sheet react-native-gesture-handlers --save
77
```
88

99
or
1010

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

0 commit comments

Comments
 (0)