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
chore(docs): update compatibility table with supported RN versions with Fabric (software-mansion#2001)
## Description
So in
[discussion](software-mansion#1985 (comment))
of software-mansion#1985 I was just made aware that we did not
update supported react-native versions in our readme, leading to some
confusion.
## Changes
Updated the readme & also release notes of 3.28.0
## Test code and steps to reproduce
N/A
## Checklist
- [x] Ensured that CI passes
Copy file name to clipboardExpand all lines: README.md
+4-6Lines changed: 4 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -103,7 +103,7 @@ Screens are already integrated with the React Native's most popular navigation l
103
103
104
104
## Supported react-native version
105
105
106
-
| version | react-native version |
106
+
|library version | react-native version |
107
107
| ------- | -------------------- |
108
108
| 3.14.0+ | 0.64.0+ |
109
109
| 3.0.0+ | 0.62.0+ |
@@ -113,13 +113,11 @@ Screens are already integrated with the React Native's most popular navigation l
113
113
114
114
[Fabric](https://reactnative.dev/architecture/fabric-renderer) is React Native's new rendering system.
115
115
116
-
- 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.
117
-
- 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.
118
-
- 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.
119
-
- 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.
116
+
Here's a table with summary of supported `react-native` versions when Fabric is turned on.
0 commit comments