Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(docs): update compatibility table with supported RN versions with Fabric #2001

Merged
merged 2 commits into from
Jan 3, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 4 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ Screens are already integrated with the React Native's most popular navigation l

## Supported react-native version

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

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

- 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.
- 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.
- 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.
- 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.
Here's a table with summary of supported `react-native` versions when Fabric is turned on.

| version | react-native version |
| library version | react-native version |
| ------- | -------------------- |
| 3.28.0+ | 0.73.0+ |
| 3.21.0+ | 0.72.0+ |
| 3.19.0+ | 0.71.0+ |
| 3.18.0+ | 0.70.0+ |
Expand Down
Loading