A first experimental Mobile project cloning Uber's Mobile App using React Native, Expo and Google Places API.
View Live
·
Report Bug
·
Request Feature
Table of Contents
In this project I built my first multiplataform mobile app using React Native and Expo.
-
You can search for places using the Google Places API and see the place details.
-
You can also see the route drawed in the map between the selected origin and destination.
-
You are able to see the approximate time of arrival and estimated cost of the trip.
This App was build with React architecture, fast and reliable.
Expo Snack - Test the app on your on web or on your phone.
Click Here to run the app on Expo Snack
- You can run on Web emulator of Expo Snack only on iOS or Android (Web doesn't work yet for this project) or on your device reading the QR code on Expo Go App.
This project use yarn
as package manager, you can still use others managers as npm
.
To enable yarn
follow this steps.
corepack enable
You also need to install the expo-cli
yarn global add expo-cli
-
Clone the repo
git clone https://github.com/rafae2k/uber-clone
-
Install NPM packages
yarn install
-
start expo
expo start
-
Running on your phone
press
c
on terminal and read the QR code with Expo GO app installed
- Create Navigation Tabs with React Navigation
- Implement the search with autocomplete feature using the Google Places API
- Implement redux state
- Use device location to get the current location
- Fix list of places space while keyboard open on
ChooseRide
component
See the open issues for a full list of proposed features (and known issues).
Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.
If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement". Don't forget to give the project a star! Thanks again!
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature
) - Commit your Changes (
git commit -m 'Add some AmazingFeature'
) - Push to the Branch (
git push origin feature/AmazingFeature
) - Open a Pull Request
Distributed under the MIT License. See LICENSE.txt
for more information.
- Twitter @hm_rafo
- Email [email protected]