Skip to content

Commit 7c2801f

Browse files
authored
fix: update supported React Native version in readme (#1793)
## Description #1765 introduced incompability with newer versions of react native (Fabric only), and the readme was not updated. ## Changes Just added a note. ## Test code and steps to reproduce Does not apply. ## Checklist Does not apply.
1 parent 85093d6 commit 7c2801f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -91,12 +91,14 @@ Screens are already integrated with the React Native's most popular navigation l
9191

9292
[Fabric](https://reactnative.dev/architecture/fabric-renderer) is React Native's new rendering system.
9393

94+
- As of [version `3.21.0`](https://github.com/software-mansion/react-native-screens/releases/tag/3.21.0) of this project, Fabric is supported only for react-native 0.72+. Support for lower versions has been dropped.
9495
- As of [version `3.19.0`](https://github.com/software-mansion/react-native-screens/releases/tag/3.19.0) of this project, Fabric is supported only for react-native 0.71+. Support for lower versions has been dropped.
9596
- As of [version `3.18.0`](https://github.com/software-mansion/react-native-screens/releases/tag/3.18.0) of this project, Fabric is supported only for react-native 0.70+. Support for lower versions has been dropped.
9697
- As of [version `3.14.0`](https://github.com/software-mansion/react-native-screens/releases/tag/3.14.0) of this project, Fabric is supported only for react-native 0.69+. Support for lower versions has been dropped.
9798

9899
| version | react-native version |
99100
| ------- | -------------------- |
101+
| 3.21.0+ | 0.72.0+ |
100102
| 3.19.0+ | 0.71.0+ |
101103
| 3.18.0+ | 0.70.0+ |
102104
| 3.14.0+ | 0.69.0+ |

0 commit comments

Comments
 (0)