| title | Installation |
|---|---|
| description | How to install Unform for React and React Native |
| disableTableOfContents | true |
To get started, you need to install our core package (@unform/core) and one
package based on the client type:
Unform is compatible with React >= v16.8.0
yarn add @unform/web @unform/core
# or
npm i @unform/web @unform/coreyarn add @unform/mobile @unform/core
# or
npm i @unform/mobile @unform/core