Skip to main content

Driver App

info

When you run the app in the original unmodified version of our UberEats React Native clone, you'll notice that the user experience is that of your customers – they can view restaurants, food items and place orders. Our UberEats Clone also includes the Driver App, which allows your drivers to accept new delivery orders, view their delivery history, set themselves as online/offline, update order statuses, provide location data so customers can track them, etc.

Configuration Steps

Setting Up the Driver Role

Have the driver signup and should be greeted with the customer view.

tip

You can go ahead to your firebase functions to functions/products/delivery.js where you will find the logic behind the customer and driver matching that includes the distance radius and other matching terms. Go ahead and customize it according to your needs and requirements.