Skip to content

Latest commit

 

History

History
60 lines (41 loc) · 1.99 KB

File metadata and controls

60 lines (41 loc) · 1.99 KB

MealsToGo

Meals To Go is a cross-platform application that allows users to order their favourite meals from various restaurants as well as keep track of favourite listings. It also alllows for flexible and secure payment options

Recommended IDE Setup

Project Setup

Install

Run the command below in order to install the latest versions of the dependencies

$ npx expo install

Development

$ npx expo start

Build

This build standalone application distributables .

For android

$ eas build --platform android

For ios

$ eas build --platform ios

Check out Expo's docs on releasing standalone builds for more info

###Gallery