Skip to content

A simple react native example to create multi-step form with a progress bar using redux

Notifications You must be signed in to change notification settings

akshay2604/Multi-step-form

Repository files navigation

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

About

A simple react native example to create multi-step form with a progress bar using redux

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published