Installation
React Swift Form can be installed to any React or React Native project using any npm package manager.
- npm
- yarn
npm install --save react-swift-form
yarn add 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
- yarn
npm install --save yup
yarn add yup
That's all! You can now use React Swift Form in your React or React Native project.