Skip to content

shubhamd99/uber-clone

Folders and files

NameName
Last commit message
Last commit date

Latest commit

47436f2 · Feb 7, 2021

History

29 Commits
Feb 6, 2021
Feb 7, 2021
Feb 7, 2021
Feb 7, 2021
Feb 6, 2021
Feb 6, 2021
Feb 6, 2021
Feb 6, 2021
Feb 6, 2021
Feb 6, 2021
Feb 6, 2021
Feb 7, 2021
Feb 7, 2021
Feb 6, 2021
Feb 6, 2021
Feb 6, 2021
Feb 6, 2021
Feb 7, 2021
Feb 7, 2021

Repository files navigation

Uber UI with React Native

screenshot uber clone

  • Run Project:
  1. Android - yarn android
  2. IOS - yarn ios
  1. yarn add react-native-vector-icons
  2. IOS - Add UIAppFonts in Info.plist file and then do npx pod install in ios/ directory
  3. Android - Add this apply from: "../../node_modules/react-native-vector-icons/fonts.gradle" in android/app/build.gradle
  1. yarn add @react-native-community/geolocation
  2. IOS - Add NSLocationAlwaysAndWhenInUseUsageDescription in info.plist
  3. Android - Add android.permission.ACCESS_FINE_LOCATION in AndroidManifest.xml
  4. cd ios && pod install