A simple food ordering app built using React Native

React Native Food Delivery App

A simple food ordering app built using React Native.

Download Source

Installation

git clone git@github.com:sivadass/react-native-food-delivery.git
npm install -g expo
npm install

Development

npm start

Production

To export .APK for Android or .IPA for iOS

exp build:android
exp build:ios

GitHub