FoodHub - React Native application for food delivering
Clone my repo
git clone https://github.com/iamvucms/foodhub.git
cd foodhub
Use the package manager npm
yarn
cd ios && pod install
Check out FoodHub-Backend
#run on ios
react-native run-ios
#run on android
react-native run-android
Don't forget to update URL in axios.js when you run on devices
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
Please make sure to update tests as appropriate.