Skip to content

shubhamd99/uber-clone

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