Skip to content

Search Places + Distance + Directions between them

Amit Kanwar requested to merge (removed):master into master

For running this code:

On iOS

  • cod ios/ && pod install
  • Open CarbonFootprint.xcworkspace
  • Drag node_modules/react-native-maps/lib/ios/AirGoogleMaps/ into the project and Create a group.
  • Now go into node_modules/react-native. Open React.podspec. After line 93 add ss.header_dir = "RCTAnimation".
  • Go to node_modules/react-native-activity-recognition. Replace index.js with the attached file.index.js. This fixes app crash on iOS because of activity module not present for iOS which was not handled in previous merge.

On Android

  • Give the required permissions when it asks for.

For code check

  • Look for all the changes in app/ folder.
Edited by Amit Kanwar

Merge request reports