Setup Instructions
Prerequisites
Node.js: Make sure Node.js (>= 12.x) is installed. You can download it from nodejs.org. Expo CLI: The application is developed using Expo, so install the Expo CLI globally:
npm install -g expo-cli
Android/iOS Simulator or Physical Device: You can use either an emulator (Android Studio, Xcode) or a physical device. Expo Go is required for running the app on a physical device.
Installation and Running the App Clone the repository
git clone https://github.com/Nishant0121/Delivery.git
cd Delivery
Install dependencies Run the following command to install project dependencies:
npm install
Running the App Start the application using Expo:
expo start or npx expo start
This command will open the Expo Developer Tools in your browser. You can scan the QR code to run the app on your device with Expo Go or choose an emulator from the menu.