This is a React Native app clone of Uber that uses Tailwind CSS and React Native Navigation libraries. The app provides similar features as Uber such as booking a ride, tracking the ride, and payment processing. It also uses Google Maps to provide location-based services. However, due to the paid Google API key, the project has not been completed yet.
This project is ideal for React Native developers who are interested in building a ride-sharing app using popular libraries and tools. The project is open-source, so developers can contribute to it and learn from it.
- User authentication and registration
- User profile management
- Booking a ride
- Tracking the ride
- Payment processing
- Integration with Google Maps
- React Native
- Tailwind CSS
- React Native Navigation
- Google Maps API
To run the app, you will need to have the following installed on your machine:
- Node.js
- npm
- Expo CLI
Clone the project
git clone https://github.com/muddasir03/Uber-Clone-ReactNative.gitchange directory
cd Uber-CloneInstall dependencies
npx expo installStart the server
npx expo start- Optimize the assets for speed -
npx expo-optimize(formerly expo optimize) - Bundle the project for production -
npx expo export:web(expo build:webin the legacy Expo CLI). - Creates a production ready static bundle in the
web-build/directory. Don't edit this folder directly. - If you make any changes to your project, you'll need to re-build for production.
- For more help use
npx expo export:web --help - More Info
To deploy this project run
publish your project
expo publish
Email ID- [email protected]
Project Link : https://github.com/muddasir03/Uber-Clone-ReactNative.git

