A cross-platform Uber clone app built with React Native, Expo
- Cross platform (Web, iOS, Android)
- Pick origin and destination
- Pick ride type (UberX, Uber XL, Uber LUX)
- Show fare and travel distance
- Show travel time
Clone the project
git clone https://github.com/emmanuelchucks/react-native-uber-clone.git
Go to the project directory
cd react-native-uber-clone
Install dependencies
npm install
Start the server
npm start