react-native-maps-directions icon indicating copy to clipboard operation
react-native-maps-directions copied to clipboard

Directions Component for `react-native-maps`

Results 66 react-native-maps-directions issues
Sort by recently updated
recently updated
newest added

```js react-native-maps-directions Error on GMAPS route request, ZERO_RESULTS - node_modules\react-native\Libraries\YellowBox\YellowBox.js:71:8 in console.warn - node_modules\expo\build\environment\muteWarnings.fx.js:18:23 in warn - node_modules\react-native-maps-directions\src\MapViewDirections.js:266:10 in fetch.then.then._catch$argument_0 - node_modules\promise\setimmediate\core.js:37:14 in tryCallOne - node_modules\promise\setimmediate\core.js:123:25 in setImmediate$argument_0 - node_modules\react-native\Libraries\Core\Timers\JSTimers.js:146:14...

I have added source and destination Address in porps onReady call back function.

## What changed? I've added another prop that the component can take called isMemoized, by default requests are not memoized, but if you pass either boolean or a callback function...

Bumps [lodash](https://github.com/lodash/lodash) from 4.17.15 to 4.17.21. Commits f299b52 Bump to v4.17.21 c4847eb Improve performance of toNumber, trim and trimEnd on large input strings 3469357 Prevent command injection through _.template's variable...

dependencies

Bumps [ua-parser-js](https://github.com/faisalman/ua-parser-js) from 0.7.17 to 0.7.28. Commits 1d3c98a Revert breaking fix #279 and release as 0.7.28 535f11b Delete redundant code 642c039 Fix #492 LG TV WebOS detection 3edacdd Merge branch...

dependencies

I need distance between origin and destination in miles instead of km any props or any way that i can achieve that?

i try to compare this lib with Google Map app. and everything is the same path but this lib distance is lower than Google Map App.

more info needed

I propose that a method can be passed that returns the Directions Api data, this will allow data to be provided from the state of an application or from a...

Hi, I want to display the user's current location on the map. I'm working on a react-native bear project and I have configured 'react-native-modules' and 'expo-location package' for the bear...

Route Direction not Showing.Please advise. { console.log('Start'); }} onReady={result => { console.log('Distance: ${result.distance} km') console.log('Duration: ${result.duration} min.') }} onError={(errorMessage) => { alert(errorMessage); // console.log('GOT AN ERROR'); }} />

more info needed