An Uber clone built with React Native Expo, featuring map integration, Google Places Autocomplete, and state management using Redux.
- 🗺️ Map Integration with
react-native-maps
- 🌍 Google Places Autocomplete using
react-native-google-places-autocomplete
- 🔄 Cross-platform support with
react-native-web
- 🚀 State management with
react-redux
Before you begin, ensure you have the following installed:
-
Clone the repository:
git clone git@github.com:nischay-code/ReactNative_Expo_UberClone.git cd ReactNative_Expo_UberClone
-
Install dependencies:
yarn install
-
Start the Expo development server:
expo start
-
Open the Expo Go app on your device or an emulator, and scan the QR code to launch the app.
Make sure to set up API keys for Google Places Autocomplete in the project. Update the keys in the appropriate configuration files.
- React Native
- Expo
- react-native-google-places-autocomplete
- react-native-maps
- react-native-web
- React Redux
Feel free to contribute by opening issues or creating pull requests. Contributions are always welcome!