This is a tutorial from Sonny Sangha on YouTube. I am following along with the tutorial to learn how to build a React Native Uber Clone.
- Clone the repository
- Run
npm install
to install the dependencies - You will need a Google Cloud Platform account with billing enabled. Create a project and enable the following APIs:
- Places API
- Distance Matrix API
- Directions API
- Create a
.env
folder and add the following:GOOGLE_MAPS_APIKEY=YOUR_GOOGLE_MAPS_API_KEY
- Run
npx expo start
to run the application