Skip to content

Commit

Permalink
docs: update compatibility table (#448)
Browse files Browse the repository at this point in the history
## 馃摐 Description

Updated compatibility table.

## 馃挕 Motivation and Context

For Fabric we sometimes did changes before actually started to support
this architecture in package.

So I updated a table reflecting 100% compatible versions.

## 馃摙 Changelog

<!-- High level overview of important changes -->
<!-- For example: fixed status bar manipulation; added new types
declarations; -->
<!-- If your changes don't affect one of platform/language below - then
remove this platform/language -->

### Docs

- update compatibility tables;

## 馃 How Has This Been Tested?

Tested `localhost:3000`.

## 馃摳 Screenshots (if appropriate):

<img width="344" alt="image"
src="https://github.com/kirillzyusko/react-native-keyboard-controller/assets/22820318/d9026cef-e4bd-4ff6-ace3-8460f1a993cc">

## 馃摑 Checklist

- [x] CI successfully passed
- [x] I added new mocks and corresponding unit-tests if library API was
changed
  • Loading branch information
kirillzyusko committed May 15, 2024
1 parent 365f4c1 commit da91769
Show file tree
Hide file tree
Showing 8 changed files with 19 additions and 0 deletions.
3 changes: 3 additions & 0 deletions docs/versioned_docs/version-1.10.0/guides/compatibility.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,9 @@ Below you can find a table with supported versions:

| library version | react-native version |
| --------------- | -------------------- |
| 1.10.0+ | 0.73.0+ |
| 1.6.0+ | 0.72.0+ |
| 1.5.0+ | 0.71.0+ |
| 1.3.0+ | 0.70.0+ |
| 1.2.0+ | 0.69.0+ |

Expand Down
3 changes: 3 additions & 0 deletions docs/versioned_docs/version-1.11.0/guides/compatibility.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,9 @@ Below you can find a table with supported versions:

| library version | react-native version |
| --------------- | -------------------- |
| 1.10.0+ | 0.73.0+ |
| 1.6.0+ | 0.72.0+ |
| 1.5.0+ | 0.71.0+ |
| 1.3.0+ | 0.70.0+ |
| 1.2.0+ | 0.69.0+ |

Expand Down
4 changes: 4 additions & 0 deletions docs/versioned_docs/version-1.12.0/guides/compatibility.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,10 @@ Below you can find a table with supported versions:

| library version | react-native version |
| --------------- | -------------------- |
| 1.12.0+ | 0.74.0+ |
| 1.10.0+ | 0.73.0+ |
| 1.6.0+ | 0.72.0+ |
| 1.5.0+ | 0.71.0+ |
| 1.3.0+ | 0.70.0+ |
| 1.2.0+ | 0.69.0+ |

Expand Down
1 change: 1 addition & 0 deletions docs/versioned_docs/version-1.5.0/guides/compatibility.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ Below you can find a table with supported versions:

| library version | react-native version |
| --------------- | -------------------- |
| 1.5.0+ | 0.71.0+ |
| 1.3.0+ | 0.70.0+ |
| 1.2.0+ | 0.69.0+ |

Expand Down
2 changes: 2 additions & 0 deletions docs/versioned_docs/version-1.6.0/guides/compatibility.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@ Below you can find a table with supported versions:

| library version | react-native version |
| --------------- | -------------------- |
| 1.6.0+ | 0.72.0+ |
| 1.5.0+ | 0.71.0+ |
| 1.3.0+ | 0.70.0+ |
| 1.2.0+ | 0.69.0+ |

Expand Down
2 changes: 2 additions & 0 deletions docs/versioned_docs/version-1.7.0/guides/compatibility.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,8 @@ Below you can find a table with supported versions:

| library version | react-native version |
| --------------- | -------------------- |
| 1.6.0+ | 0.72.0+ |
| 1.5.0+ | 0.71.0+ |
| 1.3.0+ | 0.70.0+ |
| 1.2.0+ | 0.69.0+ |

Expand Down
2 changes: 2 additions & 0 deletions docs/versioned_docs/version-1.8.0/guides/compatibility.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,8 @@ Below you can find a table with supported versions:

| library version | react-native version |
| --------------- | -------------------- |
| 1.6.0+ | 0.72.0+ |
| 1.5.0+ | 0.71.0+ |
| 1.3.0+ | 0.70.0+ |
| 1.2.0+ | 0.69.0+ |

Expand Down
2 changes: 2 additions & 0 deletions docs/versioned_docs/version-1.9.0/guides/compatibility.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,8 @@ Below you can find a table with supported versions:

| library version | react-native version |
| --------------- | -------------------- |
| 1.6.0+ | 0.72.0+ |
| 1.5.0+ | 0.71.0+ |
| 1.3.0+ | 0.70.0+ |
| 1.2.0+ | 0.69.0+ |

Expand Down

0 comments on commit da91769

Please sign in to comment.