Skip to content

Commit 7a8e55d

Browse files
authored
chore(readme): update supported react-native versions (#2613)
## Description <!-- Description and motivation for this PR. Include Fixes #<number> if this is fixing some issue. Fixes # . --> ## Changes <!-- Please describe things you've changed here, make a **high level** overview, if change is simple you can omit this section. For example: - Updated `about.md` docs --> <!-- ## Screenshots / GIFs Here you can add screenshots / GIFs documenting your change. You can add before / after section if you're changing some behavior. ### Before ### After --> ## Test code and steps to reproduce <!-- Please include code that can be used to test this change and short description how this example should work. This snippet should be as minimal as possible and ready to be pasted into editor (don't exclude exports or remove "not important" parts of reproduction example) --> ## Checklist - [ ] Included code example that can be used to test this change - [ ] Updated TS types - [ ] Updated documentation: <!-- For adding new props to native-stack --> - [ ] https://github.com/software-mansion/react-native-screens/blob/main/guides/GUIDE_FOR_LIBRARY_AUTHORS.md - [ ] https://github.com/software-mansion/react-native-screens/blob/main/native-stack/README.md - [ ] https://github.com/software-mansion/react-native-screens/blob/main/src/types.tsx - [ ] https://github.com/software-mansion/react-native-screens/blob/main/src/native-stack/types.tsx - [ ] Ensured that CI passes
1 parent b4fe2c1 commit 7a8e55d

File tree

1 file changed

+7
-14
lines changed

1 file changed

+7
-14
lines changed

README.md

Lines changed: 7 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -106,18 +106,17 @@ Screens are already integrated with the React Native's most popular navigation l
106106

107107
## Supported react-native version
108108

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+
109112
### Support for Paper
110113

111114
Paper is the default rendering system for React Native versions prior to 0.76.
112115

113116
| library version | react-native version |
114117
| --------------- | -------------------- |
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+ |
121120

122121
### Support for Fabric
123122

@@ -127,14 +126,8 @@ Here's a table with summary of supported `react-native` versions when Fabric is
127126

128127
| library version | react-native version |
129128
| --------------- | -------------------- |
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+ |
138131

139132
## Usage with [react-navigation](https://github.com/react-navigation/react-navigation)
140133

0 commit comments

Comments
 (0)