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
Copy file name to clipboardExpand all lines: README.md
+7-14Lines changed: 7 additions & 14 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -106,18 +106,17 @@ Screens are already integrated with the React Native's most popular navigation l
106
106
107
107
## Supported react-native version
108
108
109
+
Below we present tables with mapping of the library version to the last supported react-native version. These tables are for the `4.x` line of the library. For compat tables
110
+
of `3.x` line please see consult [readme on the `3.x` branch](https://github.com/software-mansion/react-native-screens/tree/3.x?tab=readme-ov-file#supported-react-native-version).
111
+
109
112
### Support for Paper
110
113
111
114
Paper is the default rendering system for React Native versions prior to 0.76.
112
115
113
116
| library version | react-native version |
114
117
| --------------- | -------------------- |
115
-
| 3.33.0+ | 0.72.0+ |
116
-
| 3.32.0+ | 0.71.0+ |
117
-
| 3.30.0+ | 0.68.0+ |
118
-
| 3.14.0+ | 0.64.0+ |
119
-
| 3.0.0+ | 0.62.0+ |
120
-
| 2.0.0+ | 0.60.0+ |
118
+
| 4.5.0+ | 0.74.0+ |
119
+
| 4.0.0+ | 0.72.0+ |
121
120
122
121
### Support for Fabric
123
122
@@ -127,14 +126,8 @@ Here's a table with summary of supported `react-native` versions when Fabric is
127
126
128
127
| library version | react-native version |
129
128
| --------------- | -------------------- |
130
-
| 3.35.0+ | 0.76.0+ |
131
-
| 3.33.0+ | 0.75.0+ |
132
-
| 3.32.0+ | 0.74.0+ |
133
-
| 3.28.0+ | 0.73.0+ |
134
-
| 3.21.0+ | 0.72.0+ |
135
-
| 3.19.0+ | 0.71.0+ |
136
-
| 3.18.0+ | 0.70.0+ |
137
-
| 3.14.0+ | 0.69.0+ |
129
+
| 4.5.0+ | 0.77.0+ |
130
+
| 4.0.0+ | 0.76.0+ |
138
131
139
132
## Usage with [react-navigation](https://github.com/react-navigation/react-navigation)
0 commit comments