From 134bb816dbf5b46b5848f63342899450800ece5a Mon Sep 17 00:00:00 2001 From: kacperkapusciak Date: Mon, 3 Jun 2024 10:38:30 +0200 Subject: [PATCH 1/2] docs: update compatibility table for fabric --- docs/docs/guides/compatibility.mdx | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/docs/docs/guides/compatibility.mdx b/docs/docs/guides/compatibility.mdx index 7ef7dc625b80..c30edd0aa45f 100644 --- a/docs/docs/guides/compatibility.mdx +++ b/docs/docs/guides/compatibility.mdx @@ -37,11 +37,11 @@ Reanimated does support [bridgeless mode](https://github.com/reactwg/react-nativ
-| | 0.63 | 0.64 | 0.65 | 0.66 | 0.67 | 0.68 | 0.69 | 0.70 | 0.71 | 0.72 | 0.73 | 0.74 | -| ---------------------------------- | ----- | ----- | ----- | ----- | ----- | ----- | ----- | ----- | ------ | ------ | ------ | ------ | -| | | | | | | | | | | | | | -| | | | | | | | | | | | | | -| | | | | | | | | | | | | | -| | | | | | | | | | | | | | +| | 0.63 | 0.64 | 0.65 | 0.66 | 0.67 | 0.68 | 0.69 | 0.70 | 0.71 | 0.72 | 0.73 | 0.74 | +| ----------------------------------- | ----- | ----- | ----- | ----- | ----- | ----- | ----- | ----- | ------ | ------ | ------ | ------ | +| | | | | | | | | | | | | | +| | | | | | | | | | | | | | +| | | | | | | | | | | | | | +| | | | | | | | | | | | | |
From 396ba36ba1e0326ec0eaad90adbdad32522abffa Mon Sep 17 00:00:00 2001 From: kacperkapusciak Date: Mon, 3 Jun 2024 10:41:11 +0200 Subject: [PATCH 2/2] fix grammar --- docs/docs/guides/compatibility.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/docs/guides/compatibility.mdx b/docs/docs/guides/compatibility.mdx index c30edd0aa45f..655c572b6114 100644 --- a/docs/docs/guides/compatibility.mdx +++ b/docs/docs/guides/compatibility.mdx @@ -33,7 +33,7 @@ Reanimated 2 won't receive support for newest React Native versions. To get the To use Reanimated with [the experimental New Architecture](https://reactnative.dev/docs/the-new-architecture/landing-page), update the package to at least version 3.0.0. Due to the vast number of breaking-changes related to the New Architecture in each React Native version, as a rule of thumb Reanimated supports the latest stable version of React Native. -Reanimated does support [bridgeless mode](https://github.com/reactwg/react-native-new-architecture/discussions/154). +Reanimated supports the [bridgeless mode](https://github.com/reactwg/react-native-new-architecture/discussions/154).