Skip to content

Commit 1999a2b

Browse files
authored
chore: Update docs about dropping the support for RN 0.79 since 4.19.0 (#3457)
## Description According to the policy of supporting 3 past versions of React Native, I'm adding a note that starting from `[email protected]`, we are dropping support for `[email protected]`. I reviewed the code and did not find any specific version checks related to 0.79 that we need to remove (I only checked for 0.79, not earlier versions). Fixes software-mansion/react-native-screens-labs#702 ## Changes - Updated `README.md` docs ## Test code and steps to reproduce N/A ## Checklist - [x] Included code example that can be used to test this change - [x] Ensured that CI passes
1 parent 338df21 commit 1999a2b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -121,6 +121,7 @@ Here's a table with summary of supported `react-native` versions:
121121

122122
| library version | react-native version |
123123
| --------------- | -------------------- |
124+
| 4.19.0+ | 0.81.0+ |
124125
| 4.14.0+ | 0.79.0+ |
125126
| 4.5.0+ | 0.77.0+ |
126127
| 4.0.0+ | 0.76.0+ |
@@ -133,6 +134,7 @@ Here's a table with summary of supported `react-native` versions with old archit
133134

134135
| library version | react-native version |
135136
| --------------- | -------------------- |
137+
| 4.19.0+ | 0.80.0+ |
136138
| 4.14.0+ | 0.79.0+ |
137139
| 4.9.0+ | 0.76.0+ |
138140
| 4.5.0+ | 0.74.0+ |

0 commit comments

Comments
 (0)