A simple React-Native app for searching restaurants around the globe using Google Maps & Places API.
- Expo for quick start and deployment.
- ReactJS for the UI.
- Javascript for typing.
- StyledComponents for styling.
- React Context for state management.
- Google Cloud API's: Google Maps, Google Places.
- Firebase for Authorization.
- To run locally:
1. Clone this repo.
2. Runnpm install
to install all dependecies.
3. Runnpm run android
to start on Android device (requires adb & Android Studio) ornpm run ios
to run on IOS Simulator (requires xCode). Or simply connect your device.
4. Wait for build to complete, enjoy!.\
- ZeroToMastery for their great couse on React Native.