You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
Copy file name to clipboardExpand all lines: README.md
+2Lines changed: 2 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -91,12 +91,14 @@ Screens are already integrated with the React Native's most popular navigation l
91
91
92
92
[Fabric](https://reactnative.dev/architecture/fabric-renderer) is React Native's new rendering system.
93
93
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.
94
95
- 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.
95
96
- 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.
96
97
- 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.
0 commit comments