Skip to content

Commit

Permalink
chore(readme): update supported react-native versions (#2727)
Browse files Browse the repository at this point in the history
## Description

Updated the "supported version table" for 4.9.0 release.

## Changes

Paper is supported for RN >= 0.76
Fabric is supported for RN == 78.

## Test code and steps to reproduce


## Checklist

- [ ] Ensured that CI passes
  • Loading branch information
kkafar authored Feb 21, 2025
1 parent b5a0f9f commit b0291b1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -107,14 +107,15 @@ Screens are already integrated with the React Native's most popular navigation l
## Supported react-native version

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
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).
of `3.x` line please see [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).

### Support for Paper

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

| library version | react-native version |
| --------------- | -------------------- |
| 4.9.0+ | 0.76.0+ |
| 4.5.0+ | 0.74.0+ |
| 4.0.0+ | 0.72.0+ |

Expand Down

0 comments on commit b0291b1

Please sign in to comment.