- 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 install
in 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.ACCESS_FINE_LOCATION in AndroidManifest.xml
- cd ios && pod install