项目作者: Panda4817

项目描述 :
A React Native e-commerce app with Firebase backend.
高级语言: JavaScript
项目地址: git://github.com/Panda4817/react-native-shop-app.git
创建时间: 2021-03-28T08:01:58Z
项目社区:https://github.com/Panda4817/react-native-shop-app

开源协议:

下载


React Native + Firebase E-commerce app

The app lets an user create an account, verifies their email, login to their account, place products in a cart, order products, view orders made, add own products to sell, edit account details and logout. The app will also send push notifications to sellers when an order is placed with their product.

Requirements

  • See package.json

Run on local machine through wsl2

  • run on windows powershell
    1. adb kill-server
    2. adb -a nodaemon server start
  • run on wsl2 Bash terminal
    1. expo start --tunnel
  • If you see the message Successfully ran adb reverse, then everything worked
  • Use qr to open on physical device or use link to open on an emulator

Attribute

Thank you to Udemy’s React Native - The Practical Guide [2021 Edition] course.