Skip to content

Commit a1a9c86

Browse files
authored
docs: fix README yarn install command
`yarn install` -> `yarn add`
1 parent 38f9855 commit a1a9c86

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ Integrates [@gorhom/bottom-sheet](https://github.com/gorhom/react-native-bottom-
77
## Installation
88

99
```sh
10-
yarn install @th3rdwave/react-navigation-bottom-sheet @react-navigation/native @gorhom/bottom-sheet
10+
yarn add @th3rdwave/react-navigation-bottom-sheet @react-navigation/native @gorhom/bottom-sheet
1111
```
1212

1313
If you don't have those already, you will also need to install the [@gorhom/bottom-sheet dependencies](https://gorhom.github.io/react-native-bottom-sheet/#dependencies) react-native-reanimated and react-native-gesture-handler.

0 commit comments

Comments
 (0)