/ride-share

Ride Sharing Mobile Application Built using React Native

Primary LanguageTypeScript

Ride Share

Ride Share

A ride sharing mobile application

Features ✨

  • User's Location Setting as Origin Location
  • Destination Location Search
  • User's Work and Home Location Setting
  • Trip Time and Distance Details
  • Inter Country Trip System
  • Location on Map Using Mapbox

Stack 🪟

  • React Native
  • Expo
  • Mapbox
  • Tailwind

Get Started 🔖

  • Install yarn packages
yarn install
  • Create .env file
MAPBOX=YOUR_MAPBOX_TOKEN
MAPBOX_DOWNLOAD=YOUR_MAPBOX_DOWNLOAD_TOKEN
  • Eject expo
expo eject

Note:

Watch Expo location module to install location service properly

Starting Project

  • For android
yarn android
  • For IOS
yarn ios