Get Started

To run React Native Food Ordering UI Template, you must have latest node and npmarrow-up-right installed in your development environment.

Navigate to project folder after downloading and extracting the main files from codecanyon.

cd ReactFood

Install dependencies

npm i

If you want to run this template app in android so skip this step. This step is only for running this app in iOS

cd ios && npx pod-install ios

Finally run the application

For iOS

npx react-native run-ios

For Android (Open emulator or connect any Android device)

npx react-native run-android

​For Setting Up Google Map Key

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

Last updated