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
Run the command below in order to install the latest versions of the dependencies
$ npx expo install
$ npx expo start
This build standalone application distributables .
$ eas build --platform android
$ eas build --platform ios
Check out Expo's docs on releasing standalone builds for more info
###Gallery