Skip to content

Commit eaa7160

Browse files
committed
Mention Expo Go doesn't support React Navigation 8
1 parent 2b94471 commit eaa7160

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

versioned_docs/version-8.x/getting-started.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ If you're already familiar with JavaScript, React and React Native, you'll be ab
2323
<summary>Minimum requirements</summary>
2424

2525
- `react-native` >= 0.81
26-
- `expo` >= 54
26+
- `expo` >= 54 ([development build](https://docs.expo.dev/development/introduction/) is required)
2727
- `typescript` >= 5.9.2 (if you use TypeScript)
2828
- `react-native-web` >= 0.21.0 (if you support Web)
2929

versioned_docs/version-8.x/upgrading-from-7.x.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ Additionally, React Navigation now uses [`@callstack/liquid-glass`](https://gith
3737

3838
:::warning
3939

40-
[Expo Go](https://expo.dev/go) does not include all native dependencies required by React Navigation. So it will not reflect the actual behavior of your app in production. To properly test your app, you need to create a [development build](https://docs.expo.dev/development/introduction/) of your app.
40+
[Expo Go](https://expo.dev/go) doesn't support React Navigation 8. So you need to create a [development build](https://docs.expo.dev/development/introduction/) of your app to use React Navigation 8 with Expo.
4141

4242
:::
4343

0 commit comments

Comments
 (0)