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 yarn
To simulate for iOS
- Method One:
- Run
npm start
in your terminal. - Scan the QR code in your Expo App.
- Run
- Method Two:
- Type
npx react-native run-ios
in your terminal.
- Type
- Method One:
To simulate for Android
- Method One:
- Run
npm start
in your terminal. - Scan the QR code in your Expo App.
- Run
- Method Two:
- Make sure you have an
Android emulator
installed and running. - Type
npx react-native run-android
in your terminal.
- Make sure you have an
- Method One: