Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 4a4ba1c

Browse files
committed
docs: document versions
1 parent a7fa70a commit 4a4ba1c

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
lines changed

packages/iframe-plugin/README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -57,10 +57,10 @@ yarn add @native-html/iframe-plugin react-native-webview
5757

5858
## Compat Table
5959

60-
| react-native-render-html | @native-html/iframe-plugin | Documentation |
61-
| ------------------------ | -------------------------- | ------------- |
62-
| ≥ 5.0.0 < 6.0.0 | 1.x | `rnrh/5.x` |
63-
| ≥ 6.0.0 | 2.x | `rnrh/6.x` |
60+
| react-native-render-html | @native-html/iframe-plugin | Documentation |
61+
| ------------------------ | -------------------------- | ------------------------------------------------------------------------------------------------ |
62+
| ≥ 5.0.0 < 6.0.0 | 1.x | [`rnrh/5.x`](https://github.com/native-html/plugins/tree/rnrh/5.x/packages/iframe-plugin#readme) |
63+
| ≥ 6.0.0 | 2.x | `rnrh/6.x` (_in development_) |
6464

6565
## Minimal working example
6666

packages/table-plugin/README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -85,11 +85,11 @@ yarn add @native-html/table-plugin
8585
> **Make sure you check the appropriate version documentation before
8686
> proceeding.**
8787
88-
| react-native-render-html | @native-html/table-plugin | Documentation |
89-
| ------------------------ | ------------------------- | ------------- |
90-
| ≥ 4.2.1 < 5.0.0 | 2.x | `rnrh/4.x` |
91-
| ≥ 5.0.0 < 6.0.0 | 3.x | `rnrh/5.x` |
92-
| ≥ 6.0.0 | 4.x | `rnrh/6.x` |
88+
| react-native-render-html | @native-html/table-plugin | Documentation |
89+
| ------------------------ | ------------------------- | ----------------------------------------------------------------------------------------------- |
90+
| ≥ 4.2.1 < 5.0.0 | 2.x | [`rnrh/4.x`](https://github.com/native-html/plugins/tree/rnrh/4.x#readme) |
91+
| ≥ 5.0.0 < 6.0.0 | 3.x | [`rnrh/5.x`](https://github.com/native-html/plugins/tree/rnrh/5.x/packages/table-plugin#readme) |
92+
| ≥ 6.0.0 | 4.x | `rnrh/6.x` (_in development_) |
9393

9494
## Minimal working example
9595

0 commit comments

Comments
 (0)