Skip to content

Latest commit

 

History

History
34 lines (26 loc) · 1.5 KB

File metadata and controls

34 lines (26 loc) · 1.5 KB

Uber_Clone

ScreenShot

HomeScreen, SearchScreen, DestinationScreen, Drawer

스크린샷 2021-03-26 오후 2 40 08. 스크린샷 2021-03-26 오후 2 40 08. 스크린샷 2021-03-26 오후 2 40 08. 스크린샷 2021-03-26 오후 2 40 08

Usage

  • React Native
  • React Navigation
  • JavaScript
  • Vector Icon
  • Google Maps

SetUp

Run npm install on terminal

Enable your google map api

  • Maps SDK for iOS
  • Maps SDK for Android
  • Places API
  • Directions API

Make .env File in your proj dir and paste below code

GOOGLE_MAPS_APIKEY='''YOUR GOOGLE MAP API KEY'''

Follow steps to apply your .env (https://github.com/luggit/react-native-config)

Paste your GOOGLE_MAPS_APIKEY to ios/Uber_Clone/AppDelegate.m to enable google_maps on IOS

[GMSServices provideAPIKey:@"<INPUT YOUR GOOGLE_MAPS_APIKEY>"];