Skip to content

Latest commit

 

History

History
48 lines (37 loc) · 1.64 KB

README.md

File metadata and controls

48 lines (37 loc) · 1.64 KB

ECommerce app usign react-native and expo-cli

Checkout our eCommerce admin app at : https://github.com/ahtrahdis7/my-market-admin

Screens

1 2

Features/Screens

  • OTP Based Login
  • Home Screen
  • Categories Screen
  • Local Storage Cart
  • Add/Remove Cart
  • Product Details Screen

Tech Stack

Development

This project doesot require basic react native setup to get up and running. Install the expo-sdk and get started. Read more about expo at: https://expo.io Run the below commands in sequence to start the development server in expo. In order to start the development server without expo, read the React Native docs at https://reactnative.dev

1. git clone https://github.com/ahtrahdis7/e-commerce-store-react-native.git
2. cd my-market
3. yarn add expo
4. expo install or yarn install
5. expo start

If you find this repo useful, please give a Star, and let others know about it.

!! Happy Coding !!