Skip to main content

Installation

React Swift Form can be installed to any React or React Native project using any npm package manager.

npm install --save react-swift-form

You can type this command into Command Prompt, Powershell, Terminal, or any other integrated terminal of your code editor.

info

If you're going to use the built-in validation feature, you must also install yup package.

npm install --save yup

That's all! You can now use React Swift Form in your React or React Native project.