Skip to content

Latest commit

 

History

History
53 lines (34 loc) · 1.42 KB

README.md

File metadata and controls

53 lines (34 loc) · 1.42 KB

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