Skip to content

A react native application with firebase authentication where you can get the live navigation to car service centers that are available in the country

Notifications You must be signed in to change notification settings

ashen99/carserviceapp

Repository files navigation

This is a new React Native project, bootstrapped using @react-native-community/cli.

Getting Started

Note: Make sure you have completed the React Native - Environment Setup instructions till "Creating a new application" step, before proceeding.

Step 1: Start the Metro Server

First, you will need to start Metro, the JavaScript bundler that ships with React Native.

To start Metro, run the following command from the root of your React Native project:

# using npm
npm start

# OR using Yarn
yarn start

Step 2: Start your Application

Let Metro Bundler run in its own terminal. Open a new terminal from the root of your React Native project. Run the following command to start your Android or iOS app:

For Android

# using npm
npm run android

# OR using Yarn
yarn android

When installing the application you will need to create a .env file and add google map api key

How to use the App

  1. User can login entering a phone number with country code. ( Eg :- +94XXXXXXXXXX)
  2. User can check available service centers on the screen.
  3. When User selected a location it will show the distance to that location and the route for the destination through google maps.
  4. user can search the map for service centers. (service center 1,service center 2...)
  5. User can see the search history.

About

A react native application with firebase authentication where you can get the live navigation to car service centers that are available in the country

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published