Skip to content

Commit

Permalink
docs: added RN 0.77 to compatibility table
Browse files Browse the repository at this point in the history
  • Loading branch information
Maciej Makowski committed Jan 24, 2025
1 parent fde5da6 commit 70e23bd
Showing 1 changed file with 12 additions and 10 deletions.
22 changes: 12 additions & 10 deletions packages/audiodocs/docs/other/compatibility.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -12,22 +12,24 @@ import { Yes, No, Version, Spacer } from '@site/src/components/Compatibility';

<div className="compatibility">

| | 0.74 | 0.75 | 0.76 |
| ----------------------------------- | ----- | ----- | ----- |
| <Version version="0.3.x"/> | <No/> | <Yes/> | <Yes/> |
| <Version version="0.2.x"/> | <Yes/> | <Yes/> | <Yes/> |
| <Version version="0.1.x"/> | <Yes/> | <Yes/> | <No/> |
| | 0.74 | 0.75 | 0.76 | 0.77 |
| ----------------------------------- | ----- | ----- | ----- | ----- |
| <Version version="0.4.x"/> | <No/> | <Yes/> | <Yes/> | <Yes/> |
| <Version version="0.3.x"/> | <No/> | <Yes/> | <Yes/> | <Yes/> |
| <Version version="0.2.x"/> | <Yes/> | <Yes/> | <Yes/> | <No/> |
| <Version version="0.1.x"/> | <Yes/> | <Yes/> | <No/> | <No/> |

</div>

### Supported React Native versions on the Old Architecture (Paper)

<div className="compatibility">

| | 0.74 | 0.75 | 0.76 |
| ----------------------------------- | ----- | ----- | ----- |
| <Version version="0.3.x"/> | <No/> | <Yes/> | <Yes/> |
| <Version version="0.2.x"/> | <Yes/> | <Yes/> | <Yes/> |
| <Version version="0.1.x"/> | <Yes/> | <Yes/> | <No/> |
| | 0.74 | 0.75 | 0.76 | 0.77 |
| ----------------------------------- | ----- | ----- | ----- | ----- |
| <Version version="0.4.x"/> | <No/> | <Yes/> | <Yes/> | <Yes/> |
| <Version version="0.3.x"/> | <No/> | <Yes/> | <Yes/> | <Yes/> |
| <Version version="0.2.x"/> | <Yes/> | <Yes/> | <Yes/> | <No/> |
| <Version version="0.1.x"/> | <Yes/> | <Yes/> | <No/> | <No/> |

</div>

0 comments on commit 70e23bd

Please sign in to comment.