- make the profile
- make add and remove and delete functionality
- make the item * price
- make the bill
- make the calendar
- make the chat section
- make the geomap for delivery
- make the login and register page : done
- add product page for admin
- add address
- accounts/ login/ [name='login'] accounts/ logout/ [name='logout'] accounts/ password_change/ [name='password_change'] accounts/ password_change/done/ [name='password_change_done'] accounts/ password_reset/ [name='password_reset'] accounts/ password_reset/done/ [name='password_reset_done'] accounts/ reset/// [name='password_reset_confirm'] accounts/ reset/done/ [name='password_reset_complete']
-------App-------- https://reactnative.dev/docs/environment-setup npx react-native init ecommerce expo init ecommerce
To run your project, navigate to the directory and run one of the following yarn commands.
- cd ecommerce
- yarn start # you can open iOS, Android, or web from here, or run them directly with the commands below.
- yarn android
- yarn ios
- yarn web
› Press a │ open Android › Press i │ open iOS simulator › Press w │ open web
› Press r │ reload app › Press m │ toggle menu › Press d │ show developer tools › shift+d │ toggle auto opening developer tools on startup (enabled)
› Press ? │ show all commands
---------setup----- 0. npm install --global expo-cli
- npm install
- expo start --web