Installation
System Requirements:
Opt #1. Download ZIP
Not familiar with Git? Download this UI Theme from gitstrap. Extract the contents of ZIP file after downloading. Downloading ZIP file does not help you to sync with further updates of the App.
Opt #2. Clone using GitStrap Web Client
To stay updated with future updates, clone the repo from gitstrap.
Install packages for Full Version
cd App npm install or yarnTo simulate for iOS
- Method One:
- Run
npm startin your terminal. - Scan the QR code in your Expo App.
- Run
- Method Two:
- Type
npx react-native run-iosin your terminal.
- Type
- Method One:
To simulate for Android
- Method One:
- Run
npm startin your terminal. - Scan the QR code in your Expo App.
- Run
- Method Two:
- Make sure you have an
Android emulatorinstalled and running. - Type
npx react-native run-androidin your terminal.
- Make sure you have an
- Method One: