Expo App
E-commerce UI Theme App Expo
Run the following commands on your terminal to setup Ecommero Ecomerce UI Theme on your system.
Installation
Get the code
Opt #1. Download ZIP If you don't know how to use Git you can download Ecommero E-commerce UI Theme by Clicking here. Extract the content of the zip files, please note that downloading will not sync with further updates of E-commerce UI Theme
Opt#2. Clone To setup Ecommero - E-commerce UI Theme on your system, and sync with constant updates, clone the repo. Click here to clone Ecommero - E-commerce UI Theme using GitStrap.
Install packages
cd e-commerce-app npm install
or instead ofnpm install
you can useyarn install
Run on iOS
Run
expo start
in your terminalAn expo interface will open select the option run on iOS simulator
To run on iOS device enter the url of expo given in opened interface in your expo app on iOS by downloading expo from AppStore
Run on Android
Run
expo start
in your terminalMake sure you have an
Android emulator
installed and runningClick the option run on android emulator in the opened interface in your expo app
To run on device scan the QR code given in opened expo app web interface
Last updated