Skip to content

Commit e0bbf77

Browse files
authored
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
1 parent fad311a commit e0bbf77

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed

README.md

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ Screens are already integrated with the React Native's most popular navigation l
103103

104104
## Supported react-native version
105105

106-
| version | react-native version |
106+
| library version | react-native version |
107107
| ------- | -------------------- |
108108
| 3.14.0+ | 0.64.0+ |
109109
| 3.0.0+ | 0.62.0+ |
@@ -113,13 +113,11 @@ Screens are already integrated with the React Native's most popular navigation l
113113

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

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.
120117

121-
| version | react-native version |
118+
| library version | react-native version |
122119
| ------- | -------------------- |
120+
| 3.28.0+ | 0.73.0+ |
123121
| 3.21.0+ | 0.72.0+ |
124122
| 3.19.0+ | 0.71.0+ |
125123
| 3.18.0+ | 0.70.0+ |

0 commit comments

Comments
 (0)