You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+63-23Lines changed: 63 additions & 23 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -17,40 +17,80 @@ Open a Terminal in the project root and run:
17
17
yarn add reanimated-bottom-sheet
18
18
```
19
19
20
-
or if you use `npm`:
20
+
Or if you use npm:
21
21
22
22
```sh
23
23
npm install reanimated-bottom-sheet
24
24
```
25
25
26
-
If you are using Expo, you are done.
26
+
Now we need to install [`react-native-gesture-handler`](https://github.com/kmagiera/react-native-gesture-handler) and [`react-native-reanimated`](https://github.com/kmagiera/react-native-reanimated).
27
27
28
-
If you don't use Expo, install and link [react-native-gesture-handler](https://kmagiera.github.io/react-native-gesture-handler/docs/getting-started.html) and [react-native-reanimated](https://github.com/kmagiera/react-native-reanimated).
28
+
If you are using Expo, to ensure that you get the compatible versions of the libraries, run:
0 commit comments