Skip to content
This repository was archived by the owner on Apr 6, 2023. It is now read-only.

Latest commit

 

History

History
26 lines (20 loc) · 483 Bytes

File metadata and controls

26 lines (20 loc) · 483 Bytes
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

React

yarn add @unform/web @unform/core
# or
npm i @unform/web @unform/core

React Native

yarn add @unform/mobile @unform/core
# or
npm i @unform/mobile @unform/core