A React Native e-commerce app with Firebase backend.
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.
adb kill-server
adb -a nodaemon server start
expo start --tunnel
Successfully ran adb reverse
, then everything workedThank you to Udemy’s React Native - The Practical Guide [2021 Edition] course.