Skip to content

Latest commit

 

History

History
29 lines (19 loc) · 465 Bytes

README.md

File metadata and controls

29 lines (19 loc) · 465 Bytes

Multi Step Form Example

  1. 4 step form with partial form submit
  2. Used redux to handle state
  3. Progress bar to track the page
  4. Simple validations
  5. No external form library

Installation

You must have node/npm installed to run this. Also download the react-native cli if you don't have it.

cd <Project directory>
npm install

### IOS
react-native run-ios

### Android
react-native run-android

### Start Metro bundler
npm start