Skip to content

Commit 46eb51c

Browse files
committed
docs: add compatibility table to docs
1 parent f047f2d commit 46eb51c

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

docs/docs/07-other/01-compatibility.mdx

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ React Native ExecuTorch supports only the [New Architecture](https://reactnative
1717
<thead>
1818
<tr>
1919
<th rowSpan={2}>React Native ExecuTorch</th>
20-
<th colSpan={6}>React Native version</th>
20+
<th colSpan={7}>React Native version</th>
2121
</tr>
2222
<tr>
2323
<th>0.78</th>
@@ -26,6 +26,7 @@ React Native ExecuTorch supports only the [New Architecture](https://reactnative
2626
<th>0.81</th>
2727
<th>0.82</th>
2828
<th>0.83</th>
29+
<th>0.84</th>
2930
</tr>
3031
</thead>
3132
<tbody>
@@ -37,6 +38,7 @@ React Native ExecuTorch supports only the [New Architecture](https://reactnative
3738
<td><div className={styles.supported}>yes</div></td>
3839
<td><div className={styles.supported}>yes</div></td>
3940
<td><div className={styles.supported}>yes</div></td>
41+
<td><div className={styles.supported}>yes</div></td>
4042
</tr>
4143
</tbody>
4244
</table>
@@ -49,7 +51,7 @@ React Native ExecuTorch supports only the [New Architecture](https://reactnative
4951
<thead>
5052
<tr>
5153
<th rowSpan={2}>Bare Resource Fetcher</th>
52-
<th colSpan={6}>React Native version</th>
54+
<th colSpan={7}>React Native version</th>
5355
</tr>
5456
<tr>
5557
<th>0.78</th>
@@ -58,6 +60,7 @@ React Native ExecuTorch supports only the [New Architecture](https://reactnative
5860
<th>0.81</th>
5961
<th>0.82</th>
6062
<th>0.83</th>
63+
<th>0.84</th>
6164
</tr>
6265
</thead>
6366
<tbody>
@@ -69,6 +72,7 @@ React Native ExecuTorch supports only the [New Architecture](https://reactnative
6972
<td><div className={styles.supported}>yes</div></td>
7073
<td><div className={styles.supported}>yes</div></td>
7174
<td><div className={styles.supported}>yes</div></td>
75+
<td><div className={styles.supported}>yes</div></td>
7276
</tr>
7377
</tbody>
7478
</table>

0 commit comments

Comments
 (0)