https://github.com/geekrishabh/rn-resturant
React Native App for ordering food uses zomato API
https://github.com/geekrishabh/rn-resturant
asyncstorage axios react-native react-navigation zomato-api
Last synced: about 2 months ago
JSON representation
React Native App for ordering food uses zomato API
- Host: GitHub
- URL: https://github.com/geekrishabh/rn-resturant
- Owner: geekrishabh
- Created: 2019-11-01T17:41:51.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2023-01-04T23:55:42.000Z (over 3 years ago)
- Last Synced: 2025-06-19T20:48:20.920Z (about 1 year ago)
- Topics: asyncstorage, axios, react-native, react-navigation, zomato-api
- Language: Objective-C
- Size: 957 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 19
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## React Native Food ordering App
A simple react native app to order food from list of menu & checkout .
### Libraries Used
• React Native
## How to run the app
Clone the repository and install the dependencies:
```bash
git clone https://github.com/GeekRishabh/RN-resturant.git
npm install
```
#### Additional step for iOS apps
Change the directory into the `ios` folder and run the following command to install the SDK pod:
```bash
# cd ios/
pod install
```
### Run the apps
Run your app on an emulator, simulator, or your own connected device.
- To run the app on iOS run `npm run ios`.
- To run the app on Android run `npm run android`.