React Native Food Delivery App

A simple food ordering app built using React Native.

Download Source

React-Native-Food-Delivery-App

Installation

git clone [email protected]: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