Skip to content

Latest commit

 

History

History
34 lines (22 loc) · 2.09 KB

README.md

File metadata and controls

34 lines (22 loc) · 2.09 KB

Uber Clone wit React Native.

Uber clone built with react native and Typescript. You can select the place of origin and destination thanks to the Google API, as well as calculate the price according to the distance between the places and the quality of the service.

Libraries used for it:

👉 React Native Navigation to navigate between screens!

👉 React Redux to manage the state of the application!

👉 Tailwind CSS with RN for styling!

👉 React Native Google Places Autocomplete for real places!

👉 React Native Maps for real map component!

👉 React Native Maps Direction for real navigation!

👉 Google Distance Matrix API to calculate Travel time and Distance between places

👉 Google places API for real navigations!

TO DO:

  • It is necessary to fix zoom out in map whit two selected marks.
  • It is necessary to modify icon image to svg icon as component.
  • I want to implement React Native Elements to get icons.