No description available.
Last updated Sep 5, 2025
49
Stars
26
Forks
0
Issues
0
Stars/day
Attention Score
13
Topics
Language breakdown
JavaScript 76.8%
Java 11.7%
Objective-C 8.6%
Ruby 1.8%
Starlark 1.1%
โธ Files
click to expand
README
Uber UI with React Native

- Run Project:
- Android - yarn android
- IOS - yarn ios
- Shapes in React Native - https://codedaily.io/tutorials/22/The-Shapes-of-React-Native
- Install
react-native-vector-icons:
- yarn add react-native-vector-icons
- IOS - Add UIAppFonts in Info.plist file and then do
npx pod installin ios/ directory - Android - Add this
apply from: "../../node_modules/react-native-vector-icons/fonts.gradle"in android/app/build.gradle
- Get Current Position - https://www.npmjs.com/package/@react-native-community/geolocation
- yarn add @react-native-community/geolocation
- IOS - Add NSLocationAlwaysAndWhenInUseUsageDescription in info.plist
- Android - Add android.permission.ACCESSFINELOCATION in AndroidManifest.xml
- cd ios && pod install
๐ More in this category