Skip to content
/ Shopzy Public

A beautiful e-commerce app built with React Native, TypeScript, and Zustand for state-management.

Notifications You must be signed in to change notification settings

zxcodes/Shopzy

Repository files navigation

Shopzy Mobile App

App Screenshots

Home Product Details Fav Cart

Technical Details

Run this app (development):

  • Clone the repo HTTPS:
git clone https://github.com/zxcodes/Shopzy.git

  • Clone Over SSH:
git clone git@github.com:zxcodes/Shopzy.git

Install dependencies

cd Shopzy && yarn install

To install any expo dependency use yarn package manager:

  • Example (add --yarn flag at the end to force yarn usage):
npx expo install expo-av --yarn

Running on a simulator (or) emulator:

  • Start the development server after installing dependencies via yarn install
yarn run ios || yarn run android

Running on a physical device:

  • Start the development server after installing dependencies via yarn install
yarn start