Get Started
Last updated
Was this helpful?
Last updated
Was this helpful?
To run React Native Food Ordering UI Template, you must have latest installed in your development environment.
Navigate to project folder after downloading and extracting the main files from codecanyon.
Install dependencies
If you want to run this template app in android so skip this step. This step is only for running this app in iOS
Finally run the application
For iOS
For Android (Open emulator or connect any Android device)
IOS
Generate Google Map API key from google console
Edit ios/ReactFood/AppDelegate.m
Replace ENTER_API_KEY
with real API key
Done
Android
Generate Google Map API key from google console
Edit android/app/src/main/AndroidManifest.xml
Replace ENTER_API_KEY
with real API key
Done