Skip to content

Commit 6b0ff79

Browse files
authored
Add important note about incompatibility with older react-native verisons (react-navigation#1133)
1 parent 66ec751 commit 6b0ff79

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

versioned_docs/version-6.x/upgrading-from-5.x.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,10 @@ React Navigation 6 requires newer versions of following libraries:
2121

2222
To upgrade `react-native-safe-area-context` and `react-native-screens` to the latest supported versions, do the following:
2323

24+
> **NOTE:**
25+
>
26+
> If your react-native Version is <= 0.63.4, don't use `react-native-safe-area-context` in Version 4, but only till 3.4.1. [More Information see here](https://github.com/th3rdwave/react-native-safe-area-context/issues/248)
27+
2428
For Expo managed projects:
2529

2630
```sh

0 commit comments

Comments
 (0)