Skip to content

ozng/uber-clone-React-Native

Repository files navigation

Uber Clone App

SVID_20220829_134212_1

Setting up the development environment


Assuming that you have Node 14 LTS or greater installed, you can use npm to install the Expo CLI command line utility:

npm install -g expo-cli

Then run the following commands to install dependencies:

npm install

npm start # you can also use: expo start

This will start a development server for you.

You also need Google API key for the services below;

  1. Distance Matrix API
  2. Places API
  3. Direction API

Create .env file

GOOGLE_API_KEY = YOUR_API_KEY

Technologies & Services

  • React Native docs
  • Expo docs
  • React Navigation docs
  • Redux docs
  • React-redux docs
  • Google Distance Matrix API docs
  • Google Direction API docs
  • Google Places API docs

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published