Skip to content

Commit 0689656

Browse files
committed
Clarify the version that should be installed of RNGH
1 parent 9a1a3a7 commit 0689656

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

website/versioned_docs/version-3.x/getting-started.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,9 @@ yarn add react-navigation
2828
Next, install react-native-gesture-handler. If you’re using the [Expo managed workflow](https://docs.expo.io/versions/latest/introduction/managed-vs-bare/) then you don’t need to do anything here, it’s included in the SDK. Otherwise:
2929

3030
```bash
31-
yarn add react-native-gesture-handler
31+
yarn add react-native-gesture-handler@~1.0.14
3232
# or with npm
33-
# npm install --save react-native-gesture-handler
33+
# npm install --save react-native-gesture-handler@~1.0.14
3434
```
3535

3636
Link all native dependencies:

0 commit comments

Comments
 (0)