Skip to content

A React Native auth views example app with an implementation of a stepper form.

Notifications You must be signed in to change notification settings

lawrence615/rn-stepper-form

Repository files navigation

Stepper Form

The designs of the app have been picked from Dribbble, from the great works of Vishnu Prasad:

  1. EdTech Components
  2. Editor Onboarding Components

This is another self challenge to try and use RN skills learnt.

How to run the app

Move into the app

$ cd <app>

Start metro server on one tab

react-native start --port=8082

OR

yarn start --port=8082 --reset-cache

NB: Make sure you have a device connected e.g. Android phone

To check:

$ adb devices

List of devices attached
PY2MF5WQZCJ device         # Physical device

Open another tab and run app on Android phone

npx react-native run-android --port=8082

Screenshots

screen-1 screen-2
screen-3 screen-4

About

A React Native auth views example app with an implementation of a stepper form.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published