- 4 step form with partial form submit
- Used redux to handle state
- Progress bar to track the page
- Simple validations
- No external form library
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