Skip to content

Latest commit

 

History

History
55 lines (35 loc) · 1.14 KB

README.md

File metadata and controls

55 lines (35 loc) · 1.14 KB

Shop app with React Native

The app simulates a shop app in React Native, with auth, FireBase, React Navigtion, Redux and redux-thunk.

Usage

Install expo globally:

npm install --global expo-cli

More on Expo project - https://expo.io/

Install dependencies npm

from code folder:

npm install

Start:

npm run start

Run on iOS and Android simulator:

  To run the app with live reloading, choose one of:
  • Scan the QR code above with the Expo app (Android) or the Camera app (iOS).
  • Press a for Android emulator, or i for iOS simulator, or w to run on web.
  • Press e to send a link to your phone with email.

Photos

Auth

auth.png

Main

main.png

Menu

drower.png

Cart

cart.png

Orders

order.png