Skip to content

Commit 2b78058

Browse files
authored
Update README.md
1 parent 1da410c commit 2b78058

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

README.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,21 @@
22

33
A [React](http://facebook.github.io/react/) library for rendering out forms based on the [Form.io](https://www.form.io) platform.
44

5+
React Versions
6+
-------------------------
7+
This library supports many different React Versions. If you wish to use this library with your specific version of React, then you will need to install the following versions.
8+
9+
10+
*React Compatibility*
11+
| **@formio/react** | **React Version** | **formiojs*** |
12+
|---------------------|---------------------|--------------|
13+
| 5.2.x | 17 | 4.x |
14+
| 5.3.x | 18 | 4.x |
15+
| 6.0.x | 18 | 5.x |
16+
| 6.1.x | 19 | 5.x |
17+
18+
_*Note: The formiojs namespace changes from formiojs (4.x) to @formio/js (5.x)_
19+
520
## Install
621

722
### npm

0 commit comments

Comments
 (0)