Skip to content

Commit 50f45e8

Browse files
committed
Clarify that "using Expo" -> "Using Expo managed workflow"
1 parent 446aa34 commit 50f45e8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/getting-started.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ yarn add react-navigation
2424
# npm install react-navigation
2525
```
2626

27-
Next, install react-native-gesture-handler. If you’re using Expo you don’t need to do anything here, it’s included in the SDK. Otherwise:
27+
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:
2828

2929
```bash
3030
yarn add react-native-gesture-handler

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ yarn add react-navigation
2525
# npm install --save react-navigation
2626
```
2727

28-
Next, install react-native-gesture-handler. If you’re using Expo you don’t need to do anything here, it’s included in the SDK. Otherwise:
28+
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
3131
yarn add react-native-gesture-handler

0 commit comments

Comments
 (0)