Skip to content

Commit

Permalink
chore: update README on Fabric support (#1687)
Browse files Browse the repository at this point in the history
## Description

Added a row in Fabric support table saying that 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.

This is mainly due to changes in #1631 & #1600 

## Changes

Just updated the table & added explanation

## Checklist

- [x] Ensured that CI passes
  • Loading branch information
kkafar authored Jan 19, 2023
1 parent 570923d commit cf9a04a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -91,11 +91,13 @@ 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.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.

| version | react-native version |
| ------- | -------------------- |
| 3.19.0+ | 0.71.0+ |
| 3.18.0+ | 0.70.0+ |
| 3.14.0+ | 0.69.0+ |

Expand Down

0 comments on commit cf9a04a

Please sign in to comment.