Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 15 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,21 @@

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

React Versions
-------------------------
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.


*React Compatibility*
| **@formio/react** | **React Version** | **formiojs*** |
|---------------------|---------------------|--------------|
| 5.2.x | 17 | 4.x |
| 5.3.x | 18 | 4.x |
| 6.0.x | 18 | 5.x |
| 6.1.x | 19 | 5.x |

_*Note: The formiojs namespace changes from formiojs (4.x) to @formio/js (5.x)_

## Install

### npm
Expand Down
Loading