Getting Started
Essentials

Restaurant app building blocks

  • Location: The UI can be found under src/App.js
  • Working: Configures Native base, Fonts, Push Notification, Apollo, Authentication and Navigation.
  • Result: Everything is configured loads the next view depending on if the user is authenticated or not. If the user is not authenticated will show tutorial screen first else it will show Menu Screen.
  • Location: The UI can be found under src/screens/OrderDetail/OrderDetail.js It has Apollo constants of orderItem its of type fragment located in src/apollo/client.js
  • Working: It shows OrderDetail to the rider where the status of the order can be changed by the rider.
On this page