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.
- See package.json
- run on windows powershell
adb kill-server
adb -a nodaemon server start
- run on wsl2 Bash terminal
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
Thank you to Udemy's React Native - The Practical Guide [2021 Edition] course.