Skip to content

Commit fad0382

Browse files
committed
Mention that liquid glass needs to be installed
1 parent e6171ae commit fad0382

1 file changed

Lines changed: 7 additions & 1 deletion

File tree

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

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,13 @@ The minimum required version of various peer dependencies have also been bumped:
3333

3434
Previously, many navigators worked without `react-native-screens`, but now it's required for all navigators.
3535

36-
Additionally, React Navigation now uses [`@callstack/liquid-glass`](https://github.com/callstack/liquid-glass) to implement liquid glass effect on iOS 26.
36+
If you're using Expo, you can install compatible versions of these dependencies with `expo install`:
37+
38+
Additionally, React Navigation now uses [`@callstack/liquid-glass`](https://github.com/callstack/liquid-glass) to implement liquid glass effect on iOS 26. So make sure to install it:
39+
40+
```bash npm2yarn
41+
npm install @callstack/liquid-glass
42+
```
3743

3844
:::warning
3945

0 commit comments

Comments
 (0)