Skip to content

A simple React Native app built with Expo that allows users to search for food items and place orders seamlessly.

Notifications You must be signed in to change notification settings

leaderfrank/Food-Ordering-Expo-React-Native

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Food Ordering App Using Expo React Native

A React Native app built with Expo that allows users to search for food items and place orders seamlessly.

Features

  • Search for various food items.
  • Browse through different categories.
  • Order food with just a few taps.

Installation

Prerequisites

Ensure that you have the following installed:

Step 1: Clone the Repository

git clone https://github.com/your-username/Food-Ordering-Expo-React-Native.git
cd Food-Ordering-Expo-React-Native

Step 2: Install Dependencies

Install the necessary packages:

Using npm:

npm install

Or using Yarn:

yarn install

Step 3: Start the Expo Development Server

To start the development server and run the app on your emulator or physical device:

npx expo start

Or if you prefer using Yarn:

yarn expo start

You can then scan the QR code generated in your terminal using the Expo Go app on your device or run the app on an emulator.

Running on Android/iOS Emulator

To run the app on an emulator:

  • Android: Make sure you have an Android emulator running (Android Studio is recommended).
  • iOS: You need to have Xcode installed and an iOS simulator open.

Once the emulator is set up, you can use the following commands to open the app:

npx expo start --android
npx expo start --ios

Building the App

To build the app for production:

npx expo build:android
npx expo build:ios

Follow the on-screen instructions to complete the build process.

About

A simple React Native app built with Expo that allows users to search for food items and place orders seamlessly.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published