--- 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 ```bash yarn add @unform/web @unform/core # or npm i @unform/web @unform/core ``` ### React Native ```bash yarn add @unform/mobile @unform/core # or npm i @unform/mobile @unform/core ```