📋
React Food UI Template
  • Introduction
  • Get Started
  • UI Components
    • Typography
    • Card
    • Form
    • Grid
    • Wrapper
    • Star Rating
    • List Items
    • Buttons
    • Space
  • Configuration
Powered by GitBook
On this page

Was this helpful?

Get Started

PreviousIntroductionNextUI Components

Last updated 4 years ago

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.

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

node and npm